From: John L. <jla...@gm...> - 2006-11-08 22:29:01
|
On 11/8/06, klaas.holwerda <kho...@xs...> wrote: > klaas.holwerda wrote: > > But it is looking in the rigth directories for it, so these things seem > > to be hard coded somewhere? > > > In the makefile.vc i changed the WX_VERSION to 27 , that solved one problem. > Still i though setting WXWIN should be enough. To my knowledge there is no way in MSW to get the version number into the nmake makefiles. There is no equivalent to wx-config so unfortunately you always have to specify WX_VERSION. WXWIN on the other hand is traditionally the path to the wxWidgets library and so it'll contain 'C:\path\to\wxWidgets-XXX'. -John Labenski |