summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/pgupdate.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-02 17:43:40 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-02 17:43:40 (GMT)
commitd9fbab2621d1a6f35be106873d02408174c59b11 (patch)
tree8c023e31eb4027b28f7e9a37213912b43444efef /PC/VS8.0/pgupdate.vsprops
parent0a11232978b250c5b0e2af17888201eed8344e52 (diff)
downloadcpython-d9fbab2621d1a6f35be106873d02408174c59b11.zip
cpython-d9fbab2621d1a6f35be106873d02408174c59b11.tar.gz
cpython-d9fbab2621d1a6f35be106873d02408174c59b11.tar.bz2
Removed PCbuild8/ directory and added a new build directory for VS 2005
based on the VS 2008 build directory to PC/VS8.0. The script PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0. Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
Diffstat (limited to 'PC/VS8.0/pgupdate.vsprops')
-rw-r--r--PC/VS8.0/pgupdate.vsprops14
1 files changed, 14 insertions, 0 deletions
diff --git a/PC/VS8.0/pgupdate.vsprops b/PC/VS8.0/pgupdate.vsprops
new file mode 100644
index 0000000..26cfc2d
--- /dev/null
+++ b/PC/VS8.0/pgupdate.vsprops
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pgupdate"
+ OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
+ InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalManifestDependencies=""
+ LinkTimeCodeGeneration="4"
+ />
+</VisualStudioPropertySheet>