From: John L. <jr...@us...> - 2005-11-24 22:10:40
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3416/wxLua/apps/build/bakefiles Modified Files: apps.bkl Log Message: fix wxluaedit bakefile and rebake Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** apps.bkl 24 Nov 2005 21:34:16 -0000 1.7 --- apps.bkl 24 Nov 2005 22:10:32 -0000 1.8 *************** *** 48,52 **** <!-- apps-specific options --> <include file="options.bkl"/> ! <!-- <include file="../../../modules/build/bakefiles/options.bkl"/> --> --- 48,52 ---- <!-- apps-specific options --> <include file="options.bkl"/> ! <include file="../../../modules/build/bakefiles/options.bkl"/> *************** *** 92,96 **** <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> <exename>wxluaedit</exename> ! <win32-res>wxlua/src/wxluaedit.rc</win32-res> <!-- Libraries must be put in the right order ! --> --- 92,104 ---- <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> <exename>wxluaedit</exename> ! <win32-res>wxluaedit/src/wxluaedit.rc</win32-res> ! ! <!-- Path to the wxstedit includes --> ! <if cond="FORMAT!='autoconf'"> ! <include>$(DOLLAR)($(ENV_VAR)WXSTEDIT)/include</include> ! </if> ! <if cond="FORMAT=='autoconf'"> ! <include>$(DOLLAR)(WXSTEDIT)/include</include> ! </if> <!-- Libraries must be put in the right order ! --> *************** *** 111,114 **** --- 119,125 ---- <wx-lib>stc</wx-lib> + + <!-- Library for wxstedit --> + <wx-lib>stedit</wx-lib> </exe> |