Compiling wxWidgets with nmake (vc++ 2008)
I’ve succeeded compiling wxWidgets (2.8.7) for Windows (Vista) with the simple things below.
Download:
wxMSW - installer for Windows
then extract it to anywhere i.e., C:\wxWidgets
Run:
C:\Program files\Microsoft Visual Studio 9\Common7\Tools\vsvars32.batto get the environment variables set
Change directory to build\msw. Type:
nmake -f makefile.vcIf it succeeds, you will get
lib\vc_lib








