Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28972/build/bakefiles
Modified Files:
utils.bkl
Log Message:
Added DSW/DSP files
Index: utils.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/utils.bkl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** utils.bkl 12 Jun 2005 18:29:20 -0000 1.1
--- utils.bkl 20 Jun 2005 09:02:46 -0000 1.2
***************
*** 159,162 ****
--- 159,175 ----
<!-- NEW RULES -->
<!-- -->
+
+ <!-- Forces the presence of the $(id) option into the final makefile; -->
+ <!-- this rule (which is really used more like a tag) is a tweaky way -->
+ <!-- to tell Bakefile not to remove from the final makefile an option -->
+ <!-- which has been qualified as 'useless'. -->
+ <!-- See bakefile docs for the VARS_DONT_ELIMINATE global switch. -->
+ <!-- Usage sample: -->
+ <!-- <force-opt-presence id="MY_USELESS_OPTION"/> -->
+ <define-rule name="force-opt-presence" extends="phony">
+ <template id="dummytemplate_for_$(id)">
+ <set var="dummy_for_$(id)"><if cond="$(id)=='dummy'">AAA</if></set>
+ </template>
+ </define-rule>
<!-- Changes the current directory to the folder given to the CD -->
|