From: Francesco <fr...@us...> - 2005-06-20 09:03:27
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28972/apps/build/bakefiles Modified Files: Bakefiles.bkgen apps.bkl Log Message: Added DSW/DSP files Index: Bakefiles.bkgen =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/Bakefiles.bkgen,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Bakefiles.bkgen 14 Jun 2005 20:22:47 -0000 1.2 --- Bakefiles.bkgen 20 Jun 2005 09:02:46 -0000 1.3 *************** *** 13,18 **** <!-- List of output formats to generate: --> <add-formats> ! <!-- autoconf,borland,dmars,mingw,,watcom,cbuilderx,cbx_unix,gnu --> ! msvc,watcom,borland,mingw,autoconf </add-formats> --- 13,17 ---- <!-- List of output formats to generate: --> <add-formats> ! autoconf,borland,dmars,mingw,watcom,cbuilderx,cbx_unix,gnu,msvc6prj </add-formats> Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** apps.bkl 14 Jun 2005 21:44:39 -0000 1.2 --- apps.bkl 20 Jun 2005 09:02:46 -0000 1.3 *************** *** 40,44 **** <!-- The WXLUA application target --> <!-- --> ! <action id="wrap"> <dependency-of>all</dependency-of> --- 40,44 ---- <!-- The WXLUA application target --> <!-- --> ! <!-- <action id="wrap"> <dependency-of>all</dependency-of> *************** *** 47,53 **** <command>copy ..\..\..\bindings\wxwidgets\wxluawrap.i ..\..\..\bindings\wxwidgets\wxluawrap.c</command> </action> <exe id="wxlua" template="wxlua"> ! <depends>wrap</depends> <sources>$(WXLUA_SRC)</sources> <headers>$(WXLUA_HDR)</headers> --- 47,54 ---- <command>copy ..\..\..\bindings\wxwidgets\wxluawrap.i ..\..\..\bindings\wxwidgets\wxluawrap.c</command> </action> + --> <exe id="wxlua" template="wxlua"> ! <!-- <depends>wrap</depends> --> <sources>$(WXLUA_SRC)</sources> <headers>$(WXLUA_HDR)</headers> |