diff options
Diffstat (limited to 'PCbuild9/python.vcproj')
-rw-r--r-- | PCbuild9/python.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild9/python.vcproj b/PCbuild9/python.vcproj index ba36272..fa3c0e1 100644 --- a/PCbuild9/python.vcproj +++ b/PCbuild9/python.vcproj @@ -66,6 +66,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="odbccp32.lib" + OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -142,6 +143,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="odbccp32.lib" + OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -216,6 +218,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="odbccp32.lib" + OutputFile="$(OutDir)\python_d.exe" SubSystem="1" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -291,6 +294,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="odbccp32.lib" + OutputFile="$(OutDir)\python_d.exe" SubSystem="1" StackReserveSize="2000000" BaseAddress="0x1d000000" |