diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2006-09-05 17:58:12 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2006-09-05 17:58:12 (GMT) |
commit | b15a0ccf6d5176a5064f63ddab7464c350611a2a (patch) | |
tree | fe82d93423167bb8c254c17800432af407b89918 /PC | |
parent | e6728252a3598527bbda15c7ee17e03bf2c448f1 (diff) | |
download | cpython-b15a0ccf6d5176a5064f63ddab7464c350611a2a.zip cpython-b15a0ccf6d5176a5064f63ddab7464c350611a2a.tar.gz cpython-b15a0ccf6d5176a5064f63ddab7464c350611a2a.tar.bz2 |
Update the PCBuild8 solution.
Facilitate cross-compilation by having binaries in separate Win32 and x64 directories.
Rationalized configs by making proper use of platforms/configurations.
Remove pythoncore_pgo project.
Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation.
Removed I64 support, but this can be easily added by copying the x64 platform settings.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/example_nt/example.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/example_nt/example.vcproj b/PC/example_nt/example.vcproj index 7c0d4bb..17714e3 100644 --- a/PC/example_nt/example.vcproj +++ b/PC/example_nt/example.vcproj @@ -39,7 +39,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions="/export:initexample" - AdditionalDependencies="odbc32.lib odbccp32.lib python25.lib" + AdditionalDependencies="odbc32.lib odbccp32.lib python26.lib" OutputFile=".\Release/example.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" @@ -105,7 +105,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions="/export:initexample" - AdditionalDependencies="odbc32.lib odbccp32.lib python25_d.lib" + AdditionalDependencies="odbc32.lib odbccp32.lib python26_d.lib" OutputFile=".\Debug/example_d.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" |