Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21113/build/bakefiles
Modified Files:
wxlua.bkl
Log Message:
Added bakefile build system
Index: wxlua.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxlua.bkl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxlua.bkl 12 Jun 2005 21:21:09 -0000 1.2
--- wxlua.bkl 12 Jun 2005 21:31:38 -0000 1.3
***************
*** 30,34 ****
<subproject id="utils">
<dependency-of>all</dependency-of>
! <dir>$(WXLUA_BASEDIR)$(DIRSEP)utils$(DIRSEP)$(SUBPROJECT_POSTFIX_PATH)</dir>
<target/>
</subproject>
--- 30,34 ----
<subproject id="utils">
<dependency-of>all</dependency-of>
! <dir>$(WXLUA_BASEDIR)$(DIRSEP)util$(DIRSEP)$(SUBPROJECT_POSTFIX_PATH)</dir>
<target/>
</subproject>
|