Re: Makefile and VStudio

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Two details to start with.

First, Visual Studio uses a different flavor of make, called nmake. A
good reference here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html/_asug_overview.3a_.nmake_reference.asp.

Second, I attempted to create a makefile for my projects a few years
ago. I just wanted to build everything from a command line, via
Epsilon. I started with Project | Export Makefile ... from within
Visual Studio, and began to modify that .vcn file. I eventually
abandoned that path. (Don't recall a lot of the reasons why.
Definitely a headache with environment variables and always having to
recreate the makefile after mods by others in Visual Studio.)
Nowadays, I build my project via this command line:

msdev.exe MyProject.dsp /make MyProject - Win32 Debug

.



Relevant Pages

  • Re: gcc compiler flags on solaris
    ... also compile using Visual Studio and Borland ... we also use HP aCC (a formerly leading edge C++ compiler that ... is there an easy way to get a UNIX Makefile running with Visual Studio? ...
    (comp.unix.solaris)
  • Re: gcc compiler flags on solaris
    ... also compile using Visual Studio and Borland ... is there an easy way to get a UNIX Makefile running with Visual Studio? ...
    (comp.unix.solaris)
  • Re: Command line compiler
    ... Makefiles--people would come to me to get their makefile problems fixed...) ... Visual Studio .NET 2003\Vc7\bin ... When I ran the cl command from the command ... I've read that there's a command line VC++ compiler called cl.exe, ...
    (microsoft.public.vc.mfc)
  • Re: Makefile and VStudio
    ... > First, Visual Studio uses a different flavor of make, called nmake. ... I started with Project | Export Makefile ... ... I think I need to update the compiler to 7.1... ... another headache which I cannot find anywhere.. ...
    (microsoft.public.vstudio.general)
  • Re: Codewarrior compiler command line???
    ... duplicate the command line for compile and link by telling it what ... IDE project options you are selecting. ... Far better would be to build the whole project from a makefile, ... now almost all development tools use Eclipse as their IDE ...
    (comp.arch.embedded)