]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/config.bkl
Define _CRT_SECURE_NO_WARNINGS when building 3rd party libs with MSVC.
[wxWidgets.git] / build / bakefiles / config.bkl
index 8c595ead8b896ea70468445adc14324fa9f03f6e..c6eec433a216d5592ae3f3433227ca18a14aa928 100644 (file)
@@ -301,6 +301,14 @@ Default is to use debug CRT if and only if BUILD==debug.
         </description>
     </option>
 
+    <option name="USE_CAIRO">
+        <values>0,1</values>
+        <default-value>0</default-value>
+        <description>
+            Enable wxCairoContext for platforms other than Linux/GTK.
+        </description>
+    </option>
+
     <if cond="FORMAT!='autoconf'">
         <option name="USE_GDIPLUS">
             <values>0,1</values>
@@ -491,6 +499,7 @@ Set the version of your Mingw installation here.
         <set var="USE_EXCEPTIONS">1</set>
         <set var="USE_RTTI">1</set>
         <set var="USE_THREADS">1</set>
+        <set var="USE_CAIRO">0</set>
         <if cond="FORMAT!='autoconf'"><set var="USE_GDIPLUS">0</set></if>
         <set var="DEBUG_INFO">$(DEBUG_INFO_DEFAULT)</set>
         <set var="DEBUG_FLAG">default</set>