Re: [wxVTK] Compiling wxwidget in monolithical lib
Brought to you by:
malat
From: Nigel N. <nn...@gm...> - 2006-05-05 13:57:50
|
Hi Laurent, VC++ has a .bat file for setting its command line paths. If you start a console window and type: vcvars32.bat this should set the paths VC needs. Another way to build wxWidgets is simply to adjust the flags in setup.h, open the .sln solution file in Visual Studio, select DEBUG or RELEASE, then choose [Rebuild Solution]. If you want a single monolithic library, try adding: MONOLITHIC=3D1 in the setup.h file. Nigel |