diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-20 22:03:37 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-20 22:03:37 (GMT) |
commit | 9519eb98554446a22b6ee7c61aec548301fae482 (patch) | |
tree | bd3ce720572b497367f50f0328aaf735b538cef1 /PCbuild9/make_buildinfo.vcproj | |
parent | 051d1ddd095abd35aac6ec449383cecca2de6543 (diff) | |
download | cpython-9519eb98554446a22b6ee7c61aec548301fae482.zip cpython-9519eb98554446a22b6ee7c61aec548301fae482.tar.gz cpython-9519eb98554446a22b6ee7c61aec548301fae482.tar.bz2 |
Fixes for #1473 and #1476
Added debug builds to make_versioninfo
Removed some more defines
Diffstat (limited to 'PCbuild9/make_buildinfo.vcproj')
-rw-r--r-- | PCbuild9/make_buildinfo.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild9/make_buildinfo.vcproj b/PCbuild9/make_buildinfo.vcproj index 4fb5d77..f3cd0f3 100644 --- a/PCbuild9/make_buildinfo.vcproj +++ b/PCbuild9/make_buildinfo.vcproj @@ -112,6 +112,7 @@ /> <Tool Name="VCCLCompilerTool" + PreprocessorDefinitions="NDEBUG;_CONSOLE" /> <Tool Name="VCManagedResourceCompilerTool" |