]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/presets/wx.bkl
added COMPILER_PREFIX support to wxpresets
[wxWidgets.git] / build / bakefiles / wxpresets / presets / wx.bkl
index eae18ed22048a9b815e047d3044fced1609a0cf9..ff06b7f6fd803c7428e07f222d9ebf781279667d 100644 (file)
 
     <requires version="0.2.2"/>
 
+    <using module="wx_presets"/>
 
     <!-- this variable identifies the version of the wx presets.
          this is changed only when major changes to wxpresets take place.
         <if cond="WX_DEBUG=='0' and WX_UNICODE=='1'">u</if>
     </set>
 
-    <!-- FIXME: how to make it a make var? -->
-    <set var="COMPILER_PREFIX">$(COMPILER)</set>
+    <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>