diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 15:18:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 15:18:55 (GMT) |
commit | 3adfe9aaae214dbee36e9b1ba4753997bfe9ae05 (patch) | |
tree | f70ac325e8ec9d412ad83133a2c5f24d58c4944f /PCbuild/pyd.vsprops | |
parent | ce49f020638588f0d4ad3c9b5b139821372f0d4f (diff) | |
download | cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.zip cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.gz cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.bz2 |
Renamed PCBuild9 directory to PCBuild
Diffstat (limited to 'PCbuild/pyd.vsprops')
-rw-r--r-- | PCbuild/pyd.vsprops | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/PCbuild/pyd.vsprops b/PCbuild/pyd.vsprops new file mode 100644 index 0000000..2e21a80 --- /dev/null +++ b/PCbuild/pyd.vsprops @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="pyd" + InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops" + > + <Tool + Name="VCCLCompilerTool" + RuntimeLibrary="2" + /> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)\$(ProjectName).pyd" + ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + ImportLibrary="$(OutDir)\$(TargetName).lib" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="" + /> +</VisualStudioPropertySheet> |