summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pythoncore.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-22 10:25:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-22 10:25:50 (GMT)
commitc139a9b61b906549615b2f2eb1b470dc732f991c (patch)
tree70579ed5c56f5936dbd120ad73bd8bfdfdeff815 /PCbuild9/pythoncore.vcproj
parent6bd238cba3aad0c671eee95ed983d71a32299548 (diff)
downloadcpython-c139a9b61b906549615b2f2eb1b470dc732f991c.zip
cpython-c139a9b61b906549615b2f2eb1b470dc732f991c.tar.gz
cpython-c139a9b61b906549615b2f2eb1b470dc732f991c.tar.bz2
Fixed PGO builds
The intermediate PG instrument build now lands in Platform-pgi and the final optimized build in Platform-pgo.
Diffstat (limited to 'PCbuild9/pythoncore.vcproj')
-rw-r--r--PCbuild9/pythoncore.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj
index a09c624..878d391 100644
--- a/PCbuild9/pythoncore.vcproj
+++ b/PCbuild9/pythoncore.vcproj
@@ -373,7 +373,7 @@
IgnoreDefaultLibraryNames="libc"
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
BaseAddress="0x1e000000"
- ImportLibrary="$(OutDir)$(PyDllName).lib"
+ ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
/>
<Tool
Name="VCALinkTool"
@@ -448,7 +448,7 @@
IgnoreDefaultLibraryNames="libc"
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
BaseAddress="0x1e000000"
- ImportLibrary="$(OutDir)$(PyDllName).lib"
+ ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
TargetMachine="17"
/>
<Tool
@@ -523,7 +523,7 @@
IgnoreDefaultLibraryNames="libc"
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
BaseAddress="0x1e000000"
- ImportLibrary="$(OutDir)$(PyDllName).lib"
+ ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
/>
<Tool
Name="VCALinkTool"
@@ -598,7 +598,7 @@
IgnoreDefaultLibraryNames="libc"
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
BaseAddress="0x1e000000"
- ImportLibrary="$(OutDir)$(PyDllName).lib"
+ ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
TargetMachine="17"
/>
<Tool