Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18906/build/bakefiles
Modified Files:
wxluabase.bkl
Log Message:
fix some typos; minimal bakefile version is now 0.2.3
Index: wxluabase.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxluabase.bkl,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** wxluabase.bkl 10 Jan 2008 17:04:25 -0000 1.43
--- wxluabase.bkl 14 Jan 2008 23:00:24 -0000 1.44
***************
*** 13,17 ****
<makefile>
! <requires version="0.2.2"/>
<using module="datafiles"/>
--- 13,17 ----
<makefile>
! <requires version="0.2.3"/>
<using module="datafiles"/>
***************
*** 120,137 ****
<define-tag name="wxlua-lib" rules="exe,dll,module">
<if cond="value not in WXLUA_LIB_LIST.split()">
! <error>Unknown wxLua library given in the wxlib-lib tag</error>
</if>
<if cond="value=='lua'">
<!-- all wxlua-dependent libraries should have been already listed
! thus we can now add WX_LIBS to the linker line -->
<ldlibs>$(WXLUA_LIBS)</ldlibs>
</if>
</define-tag>
-
</if>
<if cond="FORMAT not in ['autoconf']">
-
<define-tag name="wxlua-lib" rules="exe,dll,module">
<if cond="value not in WXLUA_LIB_LIST.split()">
--- 120,135 ----
<define-tag name="wxlua-lib" rules="exe,dll,module">
<if cond="value not in WXLUA_LIB_LIST.split()">
! <error>Unknown wxLua library given in the wxlua-lib tag</error>
</if>
<if cond="value=='lua'">
<!-- all wxlua-dependent libraries should have been already listed
! thus we can now add WXLUA_LIBS to the linker line -->
<ldlibs>$(WXLUA_LIBS)</ldlibs>
</if>
</define-tag>
</if>
<if cond="FORMAT not in ['autoconf']">
<define-tag name="wxlua-lib" rules="exe,dll,module">
<if cond="value not in WXLUA_LIB_LIST.split()">
|