]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/presets/wx.bkl
fix GCC warning
[wxWidgets.git] / build / bakefiles / wxpresets / presets / wx.bkl
index eae18ed22048a9b815e047d3044fced1609a0cf9..9a22a95ce9e74d2950671c04742181df11ea6cf7 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>
+    <if cond="FORMAT!='autoconf'">
+        <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>
+    </if>