On 11/8/06, John Labenski <[EMAIL PROTECTED]> wrote:
> On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> 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'.

After reviewing the makefile.vc the behavior you saw is "normal." You
actually have to specify on the command line what build you want.
Instead of editing the makefile.vc just put the directives you want to
override on the command line like this.

$nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc

Regards,
    John Labenski

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to