Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17226
Modified Files:
Bakefiles.bkgen options.bkl
Log Message:
use presets directory name otherwise bakefile_gen cannot find them
Index: options.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/options.bkl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** options.bkl 23 Apr 2007 22:44:29 -0000 1.8
--- options.bkl 24 Apr 2007 14:29:46 -0000 1.9
***************
*** 99,102 ****
--- 99,106 ----
<include file="presets/wx.bkl" once="1" />
+ <if cond="WX_PRESETS_VERSION!='5'">
+ <error>invalid wxWidgets preset version</error>
+ </if>
+
Index: Bakefiles.bkgen
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/Bakefiles.bkgen,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Bakefiles.bkgen 24 Apr 2007 14:21:09 -0000 1.11
--- Bakefiles.bkgen 24 Apr 2007 14:29:46 -0000 1.12
***************
*** 16,21 ****
</input>
! <!-- required since wxLua bakefiles use wx presets stored in wxWidgets subfolders... -->
! <!-- <add-flags>-I%WXWIN%/build/bakefiles/wxpresets</add-flags> -->
<add-flags>-Iwxpresets</add-flags>
--- 16,20 ----
</input>
! <!-- we want to use our local copy of wxWidgets presets: -->
<add-flags>-Iwxpresets</add-flags>
|