]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
Regenerated the renamers with the new build_renamers.py
[wxWidgets.git] / build / msw / config.bcc
index 4402c207486aeff478f8582553d878f7c14fd090..a7b4ef7ecf8aca639f7c8d108efb0506ea174f71 100644 (file)
@@ -96,6 +96,11 @@ SHARED = 0
 UNICODE = 0
 !endif
 
+# Enable exceptions in compiled code. [0,1]
+!ifndef USE_EXCEPTIONS
+USE_EXCEPTIONS = 1
+!endif
+
 # Build GUI libraries? [0,1]
 !ifndef USE_GUI
 USE_GUI = 1