From: Francesco M. <fr...@us...> - 2007-07-26 22:36:20
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10344 Modified Files: Bakefiles.bkgen Log Message: fix include path for local copy of wxpresets Index: Bakefiles.bkgen =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/Bakefiles.bkgen,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Bakefiles.bkgen 24 Apr 2007 14:29:46 -0000 1.12 --- Bakefiles.bkgen 26 Jul 2007 22:36:17 -0000 1.13 *************** *** 16,21 **** </input> ! <!-- we want to use our local copy of wxWidgets presets: --> ! <add-flags>-Iwxpresets</add-flags> --- 16,27 ---- </input> ! <!-- we want to use our local copy of wxWidgets presets; since we will ! include the presets using the "presets/wx.bkl" syntax, then we ! need to add current path to the list of paths to search for. ! ! NOTE: in reality, this is not needed as bakefile_gen has current ! path in include search paths automatically. ! --> ! <add-flags>-I.</add-flags> |