build wx 2.8.1 with VS 2005
Tim Stahlhut
stahta01 at highstream.net
Fri Jan 12 01:47:22 PST 2007
Here's a section of the batch file I use to build wxWidget 2.8 cvs head.
Note, one of the times I tried to build wxWidgets it error out because
it was missing Direct X SDK header.
Tim S
REM SET INCLUDE=C:\SourceCode\Libraries\DX_SDK\Include;%INCLUDE%
REM CALL "%VS71COMNTOOLS%vsvars32.bat"
CALL "%VS80COMNTOOLS%vsvars32.bat"
CD wxWidgets\build\msw
nmake -f makefile.vc USE_XRC=1 SHARED=0 MONOLITHIC=0 BUILD=debug UNICODE=0 USE_GUI=1 USE_OPENGL=1 clean
nmake -f makefile.vc USE_XRC=1 SHARED=0 MONOLITHIC=0 BUILD=debug UNICODE=0 USE_GUI=1 USE_OPENGL=1
More information about the wx-users
mailing list