]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
Don't include Common-Controls manifest in wxBase apps.
[wxWidgets.git] / build / msw / config.bcc
index e690029fa49d6ff39a51d428c9e2da79ec778169..21d8a76d7be75259c3209d1c2e3f0db5dac34b3e 100644 (file)
@@ -50,6 +50,16 @@ CPP = cpp32 -Sr -oCON
 SHARED = 0\r
 !endif\r
 \r
+# Used toolkit [MSW,GTK]
+!ifndef TOOLKIT
+TOOLKIT = MSW
+!endif
+
+# GTK+ toolkit version [,2]
+!ifndef TOOLKIT_VERSION
+TOOLKIT_VERSION =
+!endif
+
 # Build wxUniversal instead of native port? [0,1]\r
 !ifndef WXUNIV\r
 WXUNIV = 0\r
@@ -99,9 +109,9 @@ USE_GUI = 1
 USE_HTML = 1\r
 !endif\r
 \r
-# Build wxWeb library (USE_GUI must be 1)? [0,1]\r
-!ifndef USE_WEB\r
-USE_WEB = 1\r
+# Build wxWebView library (USE_GUI must be 1)? [0,1]\r
+!ifndef USE_WEBVIEW\r
+USE_WEBVIEW = 1\r
 !endif\r
 \r
 # Build multimedia library (USE_GUI must be 1)? [0,1]\r