diff options
Diffstat (limited to 'PC/VS8.0/python.vcproj')
-rw-r--r-- | PC/VS8.0/python.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/PC/VS8.0/python.vcproj b/PC/VS8.0/python.vcproj index bea0376..5628fdf 100644 --- a/PC/VS8.0/python.vcproj +++ b/PC/VS8.0/python.vcproj @@ -62,6 +62,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -135,6 +136,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -209,6 +211,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python_d.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -284,9 +287,10 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python_d.exe"
SubSystem="1"
- StackReserveSize="2000000"
+ StackReserveSize="2100000"
BaseAddress="0x1d000000"
/>
<Tool
@@ -356,6 +360,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -430,6 +435,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -504,6 +510,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
@@ -578,6 +585,7 @@ />
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
|