Exporting MAKE file through Visual Studio 2003
-
Hi, Does any one have a good idea of exporting MAKE file through Visual Studio 2003?? I use to export MAKE files through Visual Studio 6.0 but now we dont have that option available in 2003. Please tell me if any other way of exporting the file in VS 2003.
Thanks, Anand.
-
Hi, Does any one have a good idea of exporting MAKE file through Visual Studio 2003?? I use to export MAKE files through Visual Studio 6.0 but now we dont have that option available in 2003. Please tell me if any other way of exporting the file in VS 2003.
Thanks, Anand.
Do you really need it? why?
-
Do you really need it? why?
Yes, I am in need to create MAKE files for around 50 projects which are in VS 2003, and manually creating the files will take time.
Thanks, Anand.
-
Yes, I am in need to create MAKE files for around 50 projects which are in VS 2003, and manually creating the files will take time.
Thanks, Anand.
that feature is not available in from VS 2003 onwards, may be some tools like [Automatic make file generator^] useful, but my question is what is its need? why you need makefile for existing project.
-
that feature is not available in from VS 2003 onwards, may be some tools like [Automatic make file generator^] useful, but my question is what is its need? why you need makefile for existing project.
Want to build projects through Clearmake, and for that, we need MAKE files.
Thanks, Anand.
-
Want to build projects through Clearmake, and for that, we need MAKE files.
Thanks, Anand.
Makefile needs some tool to build, like nmake, Clearmake... Makefile (text file) alone cannot work, I am not asking that. why you need to build in makefile way, if you are looking for commandline type of building, VS supports it.