]> granicus.if.org Git - python/commitdiff
For unknown reasons "Save All" doesn't save the vsprops files.
authorChristian Heimes <christian@cheimes.de>
Tue, 20 Nov 2007 22:52:30 +0000 (22:52 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 20 Nov 2007 22:52:30 +0000 (22:52 +0000)
PCbuild9/pyd.vsprops
PCbuild9/pyd_d.vsprops
PCbuild9/pyproject.vsprops

index 7600ee66f40fb2bbd2be6fb2cf6356c878593be8..2a69d9599bc3992170679212f3fa40b17a69628c 100644 (file)
@@ -7,7 +7,7 @@
        >
        <Tool
                Name="VCCLCompilerTool"
-               PreprocessorDefinitions="NDEBUG;_USRDLL"
+               PreprocessorDefinitions="NDEBUG"
                RuntimeLibrary="2"
        />
        <Tool
index 6964c84f21931fd5835a023034cc21cb20904c48..8fc10b98588a597895a86674c86f2888621700e8 100644 (file)
@@ -9,7 +9,7 @@
                Name="VCCLCompilerTool"
                Optimization="0"
                InlineFunctionExpansion="0"
-               PreprocessorDefinitions="_DEBUG;_USERDLL"
+               PreprocessorDefinitions="_DEBUG"
                RuntimeLibrary="3"
        />
        <Tool
index e1c90231ff491cec573c46b9f73f6475d67604f5..76a7733be1dc1edeeaf9f054a585233e835e7946 100644 (file)
@@ -11,7 +11,7 @@
                Optimization="2"
                InlineFunctionExpansion="1"
                AdditionalIncludeDirectories="..\Include; ..\PC"
-               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+               PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
                StringPooling="true"
                ExceptionHandling="0"
                RuntimeLibrary="0"