summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pythoncore.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild9/pythoncore.vcproj')
-rw-r--r--PCbuild9/pythoncore.vcproj10
1 files changed, 4 insertions, 6 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj
index a8c25d6..9da012a 100644
--- a/PCbuild9/pythoncore.vcproj
+++ b/PCbuild9/pythoncore.vcproj
@@ -44,7 +44,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/Zm200 "
AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
- PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT"
+ PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
/>
@@ -70,7 +70,6 @@
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
BaseAddress="0x1e000000"
ImportLibrary="$(OutDir)$(PyDllName).lib"
/>
@@ -123,7 +122,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/Zm200 "
AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
- PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT"
+ PreprocessorDefinitions="NDEBUG;USE_DL_EXPORT;_USRDLL"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
/>
@@ -149,7 +148,6 @@
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
BaseAddress="0x1e000000"
ImportLibrary="$(OutDir)$(PyDllName).lib"
/>
@@ -203,7 +201,7 @@
Optimization="0"
InlineFunctionExpansion="0"
AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
- PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT"
+ PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;_USRDLL"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
/>
@@ -281,7 +279,7 @@
Optimization="0"
InlineFunctionExpansion="0"
AdditionalIncludeDirectories="..\Python;..\Modules\zlib"
- PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT"
+ PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;_USRDLL"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
/>