]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
Don't include Common-Controls manifest in wxBase apps.
[wxWidgets.git] / build / msw / config.vc
index d01e853bdb50aa280f6fde1f5783bae4746bd34a..52000e8400e3e0f0876e5b544437833775390b85 100644 (file)
@@ -34,6 +34,12 @@ CPP = $(CC) /EP /nologo
 # What type of library to build? [0,1]\r
 SHARED = 0\r
 \r
+# Used toolkit [MSW,GTK]
+TOOLKIT = MSW
+
+# GTK+ toolkit version [,2]
+TOOLKIT_VERSION =
+
 # Build wxUniversal instead of native port? [0,1]\r
 WXUNIV = 0\r
 \r
@@ -52,8 +58,8 @@ BUILD = debug
 # PATH. Rather it affects some options passed to some of the common build\r
 # utilities such as the resource compiler and the linker.\r
 # \r
-# Accepted values: IA64, X64
-# (AMD64 accepted as synonym for X64 but should not be used any more).
+# Accepted values: IA64, X64\r
+# (AMD64 accepted as synonym for X64 but should not be used any more). \r
 TARGET_CPU = $(CPU)\r
 \r
 # Should debugging info be included in the executables? The default value\r