]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
give an error message if we're built in Unicode mode (in response to bug 1079224)
[wxWidgets.git] / build / msw / config.bcc
index 8bd0b2fb0d3d59c342aeefeeb764d2615ed05d99..6a9733395f10b0933dfff67c9c0441c8eefea20b 100644 (file)
@@ -93,6 +93,11 @@ USE_GUI = 1
 USE_HTML = 1
 !endif
 
+# Build wxXRC library (USE_GUI must be 1)? [0,1]
+!ifndef USE_XRC
+USE_XRC = 1
+!endif
+
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
 !ifndef USE_OPENGL
 USE_OPENGL = 0
@@ -118,6 +123,16 @@ OFFICIAL_BUILD = 0
 VENDOR = custom
 !endif
 
+#  
+!ifndef WX_FLAVOUR
+WX_FLAVOUR = 
+!endif
+
+#  
+!ifndef WX_LIB_FLAVOUR
+WX_LIB_FLAVOUR = 
+!endif
+
 # Name of your custom configuration. This affects directory
 # where object files are stored as well as the location of
 # compiled .lib files and setup.h under the lib/ toplevel directory.