From: Francesco M. <f18...@ya...> - 2006-11-15 20:11:20
|
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 |