Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27490/build/bakefiles
Modified Files:
options.bkl wxluabase.bkl
Log Message:
rebaked after THREADING option addition
Index: options.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/options.bkl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** options.bkl 9 Feb 2007 17:34:21 -0000 1.6
--- options.bkl 13 Feb 2007 18:43:11 -0000 1.7
***************
*** 69,76 ****
</description>
</option>
- <option
-
-
- Enable threading in compiled code.
</if>
</if>
--- 69,72 ----
Index: wxluabase.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxluabase.bkl,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** wxluabase.bkl 9 Feb 2007 17:34:21 -0000 1.34
--- wxluabase.bkl 13 Feb 2007 18:43:11 -0000 1.35
***************
*** 237,241 ****
<if cond="FORMAT!='autoconf' and TARGETING_IDE=='0'">
<runtime-libs>$(RUNTIME_LIBS)</runtime-libs>
! <threading>$(USE_THREADS)</threading>
</if>
--- 237,241 ----
<if cond="FORMAT!='autoconf' and TARGETING_IDE=='0'">
<runtime-libs>$(RUNTIME_LIBS)</runtime-libs>
! <threading>$(THREADING)</threading>
</if>
|