From: Francesco M. <fr...@us...> - 2006-12-23 11:10:59
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6780/apps/build/bakefiles Modified Files: apps.bkl Log Message: other mac bundle fixes as noted by Anders Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** apps.bkl 22 Dec 2006 20:45:06 -0000 1.48 --- apps.bkl 23 Dec 2006 11:10:52 -0000 1.49 *************** *** 71,76 **** <dirname>$(WXLUA_BINOUTPUT_PATH)</dirname> <install-to>$(BINDIR)</install-to> - - <wx-mac-app-bundle/> </template> --- 71,74 ---- *************** *** 123,126 **** --- 121,126 ---- <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> + <wx-mac-app-bundle>wxLua</wx-mac-app-bundle> + <wxlua-alllibs/> <wx-lib>stc</wx-lib> *************** *** 140,143 **** --- 140,145 ---- <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> + <wx-mac-app-bundle>wxLuaEdit</wx-mac-app-bundle> + <!-- Path to wxStedit headers & libs --> <if cond="TARGETING_WIN32=='1'"> *************** *** 169,172 **** --- 171,176 ---- <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> + <wx-mac-app-bundle>wxLuaCan</wx-mac-app-bundle> + <!-- This app requires wxluasetup.h path --> <include>$(WXLUA_BASEDIR)/modules/wxbind/setup</include> *************** *** 188,191 **** --- 192,197 ---- <mac-res>$(WXLUA_BASEDIR)/art/wxlua.r</mac-res> + <wx-mac-app-bundle>wxLuaFreeze</wx-mac-app-bundle> + <wxlua-allstdlibs/> <wx-alllibs-req-bywxlua/> |