projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use "INNO" env var in Inno Setup script only if it's defined.
[wxWidgets.git]
/
build
/
msw
/
config.vc
diff --git
a/build/msw/config.vc
b/build/msw/config.vc
index b9cc99126096d73c0e5f7998931e72042e9d41da..c254e8e0d4dda03eff03e398a9c577a637a40ff2 100644
(file)
--- a/
build/msw/config.vc
+++ b/
build/msw/config.vc
@@
-34,6
+34,9
@@
CPP = $(CC) /EP /nologo
# What type of library to build? [0,1]
\r
SHARED = 0
\r
\r
# What type of library to build? [0,1]
\r
SHARED = 0
\r
\r
+# GTK+ toolkit version [,2]
\r
+TOOLKIT_VERSION =
\r
+
\r
# Build wxUniversal instead of native port? [0,1]
\r
WXUNIV = 0
\r
\r
# Build wxUniversal instead of native port? [0,1]
\r
WXUNIV = 0
\r
\r
@@
-52,7
+55,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
# 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: AMD64, IA64.
\r
+# 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
TARGET_CPU = $(CPU)
\r
\r
# Should debugging info be included in the executables? The default value
\r