klaas.holwerda ha scritto:
> Hi John or Francesco,
> 
> I realized finally that to make stedit release, i needed this:
> 
> nmake  WX_DEBUG=0 -f makefile.vc
> 
> 
> But on wxLua i always typed this:
> 
> nmake  BUILD=release -f makefile.vc
> 
> Just curious, why is there this difference? Is it because of old/new bakefile 
> generation?
yes, exactly. In wxLua we're using a modified bakefile version which 
allows to rename the options and I've renamed the WX_DEBUG option (which 
is declared by wxpresets) to BUILD (also remapping its accepted values) 
to resemble the wx-style of options....

in wxCode we're using official bakefile where the "rename option" patch 
has not been applied yet (grrr)...

Francesco


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to