[Python-3000-checkins] r59075 - python/branches/py3k/PCbuild9/pyd.vsprops python/branches/py3k/PCbuild9/pyd_d.vsprops python/branches/py3k/PCbuild9/pyproject.vsprops

christian.heimes python-3000-checkins at python.org
Tue Nov 20 23:52:31 CET 2007


Author: christian.heimes
Date: Tue Nov 20 23:52:30 2007
New Revision: 59075

Modified:
   python/branches/py3k/PCbuild9/pyd.vsprops
   python/branches/py3k/PCbuild9/pyd_d.vsprops
   python/branches/py3k/PCbuild9/pyproject.vsprops
Log:
For unknown reasons "Save All" doesn't save the vsprops files.

Modified: python/branches/py3k/PCbuild9/pyd.vsprops
==============================================================================
--- python/branches/py3k/PCbuild9/pyd.vsprops	(original)
+++ python/branches/py3k/PCbuild9/pyd.vsprops	Tue Nov 20 23:52:30 2007
@@ -7,7 +7,7 @@
 	>
 	<Tool
 		Name="VCCLCompilerTool"
-		PreprocessorDefinitions="NDEBUG;_USRDLL"
+		PreprocessorDefinitions="NDEBUG"
 		RuntimeLibrary="2"
 	/>
 	<Tool

Modified: python/branches/py3k/PCbuild9/pyd_d.vsprops
==============================================================================
--- python/branches/py3k/PCbuild9/pyd_d.vsprops	(original)
+++ python/branches/py3k/PCbuild9/pyd_d.vsprops	Tue Nov 20 23:52:30 2007
@@ -9,7 +9,7 @@
 		Name="VCCLCompilerTool"
 		Optimization="0"
 		InlineFunctionExpansion="0"
-		PreprocessorDefinitions="_DEBUG;_USERDLL"
+		PreprocessorDefinitions="_DEBUG"
 		RuntimeLibrary="3"
 	/>
 	<Tool

Modified: python/branches/py3k/PCbuild9/pyproject.vsprops
==============================================================================
--- python/branches/py3k/PCbuild9/pyproject.vsprops	(original)
+++ python/branches/py3k/PCbuild9/pyproject.vsprops	Tue Nov 20 23:52:30 2007
@@ -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"


More information about the Python-3000-checkins mailing list