From: Francesco M. <fr...@us...> - 2006-01-23 19:38:43
|
Update of /cvsroot/wxlua/wxLua/util/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24398/util/build/bakefiles Modified Files: util.bkl Log Message: updated bakefiles Index: util.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/util/build/bakefiles/util.bkl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** util.bkl 24 Nov 2005 21:34:16 -0000 1.4 --- util.bkl 23 Jan 2006 19:38:30 -0000 1.5 *************** *** 15,20 **** <include file="../../../build/bakefiles/wxluabase.bkl"/> - <!-- required for copy-files tag --> - <using module="datafiles"/> <!-- ================================================================== --> --- 15,18 ---- *************** *** 25,28 **** --- 23,27 ---- <include file="options.bkl"/> + <!-- ================================================================== --> <!-- VARIABLES --> *************** *** 37,41 **** </if> <set var="SRCDIR">$(UTIL_BASEDIR)</set> ! <set var="BUILDDIR">$(FORMAT)</set> <!-- ================================================================== --> --- 36,40 ---- </if> <set var="SRCDIR">$(UTIL_BASEDIR)</set> ! <!-- ================================================================== --> *************** *** 45,49 **** <!-- our utilities --> <exe id="util_bin2c" cond="USE_BIN2C=='1'"> ! <exename>bin2c</exename> <dirname>$(UTIL_BASEDIR)$(DIRSEP)..$(DIRSEP)bin</dirname> <sources>bin2c/bin2c.c</sources> --- 44,48 ---- <!-- our utilities --> <exe id="util_bin2c" cond="USE_BIN2C=='1'"> ! <exename>bin2c</exename> <dirname>$(UTIL_BASEDIR)$(DIRSEP)..$(DIRSEP)bin</dirname> <sources>bin2c/bin2c.c</sources> |