X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00b20999de57eee2567f8e20962d34417840fdd0..a1d6c5df6f91f034663953fb5d43daa1b65187f3:/build/bakefiles/config.bkl diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index e9e8505137..e1748c9ac6 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -4,8 +4,12 @@ - $(FORMAT in ['msvc6prj','msevc4prj','msvs2003prj','msvs2005prj']) + $(FORMAT in ['msvc6prj','msevc4prj','msvs2003prj','msvs2005prj','msvs2008prj']) + + $(IS_MSVC_PRJ=='1' or FORMAT=='msvc') + + 0 @@ -99,7 +103,8 @@ your environment is set up appropriately with the correct compiler in the 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). @@ -107,9 +112,15 @@ Accepted values: AMD64, IA64. + - 1 - default + 1 + default @@ -136,8 +148,8 @@ be defined if BUILD=debug and not defined if BUILD=release. 0,1,default default -Should link against debug RTL (msvcrtd.dll) or release (msvcrt.dll)? -Acts according to BUILD by default. +Link against debug (e.g. msvcrtd.dll) or release (msvcrt.dll) RTL? +Default is to use debug CRT if and only if BUILD==debug. @@ -189,6 +201,14 @@ Acts according to BUILD by default. + + + + + + - - - +