From: Klaas H. <db...@nl...> - 2006-11-09 09:03:30
|
John Labenski wrote: > $nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc Oke if that is the way, better cjhange it to the lattest official release i think. I wonder why it is not possible to detect the version (as i do in Cmake from the library names ). C:\wxMSW-2.7.2\lib\vc_lib\mswd\build.cfg Contains this after wxWidgets is build: WXVER_MAJOR=2 WXVER_MINOR=7 WXVER_RELEASE=2 So the information is there, wonder why Franscesco is not using this, maybe it is not doable in nmake. wx-config.exe ( recently mentioned on the dev list )does it like that. One problem is that building wxWidgets using VC project files, does not produce the build.cfg. So the version option would be needed still. Klaas -- Unclassified |