]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/config.bkl
Added Unix implementation of platform specific files for OS/2.
[wxWidgets.git] / build / bakefiles / config.bkl
index 94c9d82556e4758b3c38c8bd197f2e8d9fadf6b7..f6fe38d2dec6cfb6300cd793959617aadaed1c23 100644 (file)
@@ -129,6 +129,14 @@ Acts according to DEBUG_INFO by default.
         </description>
     </option>
     
+    <option name="USE_EXCEPTIONS">
+        <values>0,1</values>
+        <default-value>1</default-value>
+        <description>
+            Enable exceptions in compiled code.
+        </description>
+    </option>
+    
     <option name="OFFICIAL_BUILD">
         <values>0,1</values>
         <default-value>0</default-value>
@@ -247,6 +255,7 @@ Set the version of your Mingw installation here.
         <set var="USE_ODBC">1</set>
         <set var="MONOLITHIC">0</set>
         <set var="USE_GUI">1</set>
+        <set var="USE_EXCEPTIONS">1</set>
         <set var="DEBUG_INFO">default</set>
         <set var="DEBUG_FLAG">default</set>
         <set var="MSLU">0</set>