X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..819638a71fd3a0eb1e8d04d81d5df1a3de1c108c:/build/msw/config.vc diff --git a/build/msw/config.vc b/build/msw/config.vc index b9cc991260..6d8a537548 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -34,6 +34,12 @@ CPP = $(CC) /EP /nologo # What type of library to build? [0,1] SHARED = 0 +# Used toolkit [MSW,GTK] +TOOLKIT = MSW + +# GTK+ toolkit version [,2] +TOOLKIT_VERSION = + # Build wxUniversal instead of native port? [0,1] WXUNIV = 0 @@ -52,7 +58,8 @@ BUILD = debug # PATH. Rather it affects some options passed to some of the common build # utilities such as the resource compiler and the linker. # -# Accepted values: AMD64, IA64. +# Accepted values: IA64, X64 +# (AMD64 accepted as synonym for X64 but should not be used any more). TARGET_CPU = $(CPU) # Should debugging info be included in the executables? The default value