From: Francesco M. <fr...@us...> - 2005-11-25 22:29:19
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27748/apps/build/bakefiles Modified Files: apps.bkl Log Message: updated bakefiles.bkgen for msvc6prj output Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** apps.bkl 24 Nov 2005 22:10:32 -0000 1.8 --- apps.bkl 25 Nov 2005 22:29:07 -0000 1.9 *************** *** 55,65 **** <!-- ================================================================== --> ! <!-- 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="wxlua" cond="USE_WXLUAAPP=='1'"> <sources>$(WXLUAAPP_SRC)</sources> <headers>$(WXLUAAPP_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> ! <exename>wxlua</exename> <win32-res>wxlua/src/wxlua.rc</win32-res> --- 55,66 ---- <!-- ================================================================== --> ! <!-- 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="wxlua" cond="USE_WXLUAAPP=='1'"> + <app-type>gui</app-type> <sources>$(WXLUAAPP_SRC)</sources> <headers>$(WXLUAAPP_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> ! <exename>wxlua</exename> <win32-res>wxlua/src/wxlua.rc</win32-res> *************** *** 88,95 **** <exe id="app_wxluaedit" template="wxlua" cond="USE_WXLUAEDITAPP=='1'"> <sources>$(WXLUAEDITAPP_SRC)</sources> <headers>$(WXLUAEDITAPP_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> ! <exename>wxluaedit</exename> <win32-res>wxluaedit/src/wxluaedit.rc</win32-res> --- 89,97 ---- <exe id="app_wxluaedit" template="wxlua" cond="USE_WXLUAEDITAPP=='1'"> + <app-type>gui</app-type> <sources>$(WXLUAEDITAPP_SRC)</sources> <headers>$(WXLUAEDITAPP_HDR)</headers> <dirname>$(WXLUA_BASEDIR)$(DIRSEP)bin</dirname> ! <exename>wxluaedit</exename> <win32-res>wxluaedit/src/wxluaedit.rc</win32-res> *************** *** 100,104 **** <if cond="FORMAT=='autoconf'"> <include>$(DOLLAR)(WXSTEDIT)/include</include> ! </if> <!-- Libraries must be put in the right order ! --> --- 102,106 ---- <if cond="FORMAT=='autoconf'"> <include>$(DOLLAR)(WXSTEDIT)/include</include> ! </if>*util.bkl <!-- Libraries must be put in the right order ! --> |