From: Francesco M. <fr...@us...> - 2006-12-22 18:57:09
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17169/apps/build/bakefiles Modified Files: apps.bkl Log Message: hopefully fixed Mac builds adding the <mac-res> tags which were missing and a working wxlua.r resource file Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** apps.bkl 19 Dec 2006 22:24:11 -0000 1.46 --- apps.bkl 22 Dec 2006 18:57:02 -0000 1.47 *************** *** 119,122 **** --- 119,123 ---- <exename>wxlua</exename> <win32-res>wxlua/src/wxlua.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <wxlua-alllibs/> *************** *** 135,138 **** --- 136,140 ---- <exename>wxluaedit</exename> <win32-res>wxluaedit/src/wxluaedit.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <!-- Path to wxStedit headers & libs --> *************** *** 163,166 **** --- 165,169 ---- <exename>wxluacan</exename> <win32-res>wxluacan/src/cansim.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <!-- This app requires wxluasetup.h path --> *************** *** 181,184 **** --- 184,188 ---- <exename>wxluafreeze</exename> <win32-res>wxluafreeze/src/wxluafreeze.rc</win32-res> + <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> <wxlua-allstdlibs/> |