]> 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 44f289ae1dc7daa22bb2e6ea0f5178af6e7331c6..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