From: Francesco M. <fr...@us...> - 2006-01-25 18:36:23
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10627/build/bakefiles Modified Files: Bakefiles.bkgen wxluabase.bkl Log Message: fixed problem with top_srcdir (autoconf) fixed EOL for MSVC6prj; switch to 26 as wx default version Index: wxluabase.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxluabase.bkl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxluabase.bkl 23 Jan 2006 19:38:29 -0000 1.5 --- wxluabase.bkl 25 Jan 2006 18:35:58 -0000 1.6 *************** *** 15,18 **** --- 15,23 ---- <using module="datafiles"/> + <!-- The default version of wxWidgets which is used by wxLua is 2.6; + if you want to use other versions, you'll have to specify it + using the WX_VERSION option --> + <set var="WX_VERSION_DEFAULT">26</set> + <!-- This file contains the declaration of the WX & WX-LIB templates --> <include file="wxhacks.bkl"/> Index: Bakefiles.bkgen =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/Bakefiles.bkgen,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Bakefiles.bkgen 25 Nov 2005 22:29:08 -0000 1.4 --- Bakefiles.bkgen 25 Jan 2006 18:35:58 -0000 1.5 *************** *** 54,64 **** lowercase for some targets and for some others it will be mixed... --> <add-flags formats="msvc6prj" files="../../apps/build/bakefiles/apps.bkl"> ! -o../../apps/build/msw/apps.dsw </add-flags> <add-flags formats="msvc6prj" files="../../modules/build/bakefiles/modules.bkl"> ! -o../../modules/build/msw/modules.dsw </add-flags> <add-flags formats="msvc6prj" files="../../util/build/bakefiles/util.bkl"> ! -o../../util/build/msw/util.dsw </add-flags> --- 54,64 ---- lowercase for some targets and for some others it will be mixed... --> <add-flags formats="msvc6prj" files="../../apps/build/bakefiles/apps.bkl"> ! --crlf=dos -o../../apps/build/msw/apps.dsw </add-flags> <add-flags formats="msvc6prj" files="../../modules/build/bakefiles/modules.bkl"> ! --crlf=dos -o../../modules/build/msw/modules.dsw </add-flags> <add-flags formats="msvc6prj" files="../../util/build/bakefiles/util.bkl"> ! --crlf=dos -o../../util/build/msw/util.dsw </add-flags> |