How do I create a makefile from the command-line :confused:
-
Hi @ all I hope that somebody can tell me how I can create a makefile from the command-line (not from VC++ with project/export_makefile) from .dsp or .dsw files. Thanks a lot
-
Hi @ all I hope that somebody can tell me how I can create a makefile from the command-line (not from VC++ with project/export_makefile) from .dsp or .dsw files. Thanks a lot
Why don't use the VC++'s project/export_makefile? It's very convinent.:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Why don't use the VC++'s project/export_makefile? It's very convinent.:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
Is it possible or isn't it possible? I found a perl-script programm on the internet that can convert a .dsp-file to a makefile, but I don't wanna start learning perl now just because of this one 'problem' (I'm getting strange error messages while compiling this script...). So I just wanna get a makefile without always being forced to open VC++. I wanna use this command in another makefile (with recursive use of make) to make sure to be always up to date with the dependencies.