]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.gcc
Fixed compilation with precompiled headers.
[wxWidgets.git] / build / msw / config.gcc
index 52c180f34fa9def4f8297a69a49166d73f65d930..ce59fa5ae6468dce1619a16ab89048fdb6dea3a5 100644 (file)
@@ -61,6 +61,9 @@ USE_GUI = 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]
 USE_HTML = 1
 
+# Build wxXRC library (USE_GUI must be 1)? [0,1]
+USE_XRC = 1
+
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
 USE_OPENGL = 0
 
@@ -76,6 +79,12 @@ OFFICIAL_BUILD = 0
 # Use this to name your customized DLLs differently 
 VENDOR = custom
 
+#  
+WX_FLAVOUR = 
+
+#  
+WX_LIB_FLAVOUR = 
+
 # 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.