Tuesday, July 9, 2013

VS2012 win32.mak is missing

When I install vs2012, try use nmake to build the old project.

got error:  Makefile.nmake(10) : fatal error U1052: file 'win32.mak' not found


There is some blogger talking about how to resolve this problem.

http://bojan-komazec.blogspot.ca/2011/10/how-to-use-nmake-and-makefile.html


http://ask.wireshark.org/questions/14343/setting-development-project-under-visual-studio-2012


I think the simple resolve is add include path like :

From a DOS cmd line,
set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft SDKs\Windows\v7.0A\include;


No comments:

Post a Comment