Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28891/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
added Mac-bundling support (mostly a copy and paste of wxWidgets' mac bundling support code)
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** apps.bkl 22 Dec 2006 18:57:02 -0000 1.47
--- apps.bkl 22 Dec 2006 20:45:06 -0000 1.48
***************
*** 71,74 ****
--- 71,76 ----
<dirname>$(WXLUA_BINOUTPUT_PATH)</dirname>
<install-to>$(BINDIR)</install-to>
+
+ <wx-mac-app-bundle/>
</template>
***************
*** 112,116 ****
<!-- NOTE: we need to use a name different from 'wxlua' since 'wxlua' name is already in use
as a module target... this would lead to problems when creating global DSW file... -->
! <exe id="app_wxlua" template="wxluaapp"
cond="USE_WXLUAAPP=='1' and USE_WXBINDSTC=='1' and USE_WXLUADEBUG=='1'">
<sources>$(WXLUAAPP_SRC)</sources>
--- 114,118 ----
<!-- NOTE: we need to use a name different from 'wxlua' since 'wxlua' name is already in use
as a module target... this would lead to problems when creating global DSW file... -->
! <exe id="app_wxlua" template="wxluaapp"
cond="USE_WXLUAAPP=='1' and USE_WXBINDSTC=='1' and USE_WXLUADEBUG=='1'">
<sources>$(WXLUAAPP_SRC)</sources>
|