projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix harmless Clang warning about unused class member in a test.
[wxWidgets.git]
/
build
/
msw
/
config.bcc
diff --git
a/build/msw/config.bcc
b/build/msw/config.bcc
index 1b3539938bae2bb456dd4ff31daf09fdbc162868..b2307a859124545382f9ffbd95aecc773362e761 100644
(file)
--- a/
build/msw/config.bcc
+++ b/
build/msw/config.bcc
@@
-50,6
+50,11
@@
CPP = cpp32 -Sr -oCON
SHARED = 0
\r
!endif
\r
\r
+# GTK+ toolkit version [,2]
\r
+!ifndef TOOLKIT_VERSION
\r
+TOOLKIT_VERSION =
\r
+!endif
\r
+
\r
# Build wxUniversal instead of native port? [0,1]
\r
!ifndef WXUNIV
\r
WXUNIV = 0
\r