Makefile for nmake.

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
gbickford
Posts: 5
Joined: 2004-06-05 03:05
Location: Buenos Aires, Argentina
Contact:

Makefile for nmake.

Post by gbickford » 2004-06-06 08:50

Hello,
I'm using the free vctoolkit2003 from ms. The vcproj files are not compatible with nmake and ms suggests that you export a makefile to build with nmake. I'm assuming this is only something you can do from their IDE. Could anyone post such a makefile?

g

http://msdn.microsoft.com/library/defau ... efiles.asp

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-06-06 09:42

Note that Visual C++ no longer supports the ability to export a makefile for the active project from the development environment. Use Devenv Command Line Switches to build Visual Studio projects at the command line.
http://msdn.microsoft.com/library/defau ... onment.asp

Locked