summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/pythoncore.vcproj
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:53:41 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:53:41 (GMT)
commit6166717fa44494460b3bb641f158fd92a614d1ae (patch)
treea1c1c9174f9b442ea3bde6fc6654116a275ce1ff /PC/VS8.0/pythoncore.vcproj
parent167cb5796056c2996534265fe9e2d417935d6d89 (diff)
downloadcpython-6166717fa44494460b3bb641f158fd92a614d1ae.zip
cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.gz
cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.bz2
Merged revisions 64202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64202 | amaury.forgeotdarc | 2008-06-12 23:58:20 +0200 (jeu., 12 juin 2008) | 5 lines Update VS8.0 build files, using the script vs9to8.py. Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful) ........
Diffstat (limited to 'PC/VS8.0/pythoncore.vcproj')
-rw-r--r--PC/VS8.0/pythoncore.vcproj60
1 files changed, 32 insertions, 28 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index 8c61e88..1aaa94f 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -58,8 +58,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -133,8 +133,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -211,8 +211,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
/>
<Tool
Name="VCLinkerTool"
@@ -289,8 +289,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Debug"
/>
<Tool
Name="VCLinkerTool"
@@ -363,8 +363,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe Release"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -438,8 +438,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -513,8 +513,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe Release"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -588,8 +588,8 @@
/>
<Tool
Name="VCPreLinkEventTool"
- Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
+ Description="Generate build information..."
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; Release"
/>
<Tool
Name="VCLinkerTool"
@@ -655,6 +655,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\bytearrayobject.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\bytesobject.h"
>
</File>
@@ -867,6 +871,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\pymath.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\pymem.h"
>
</File>
@@ -915,10 +923,6 @@
>
</File>
<File
- RelativePath="..\..\Include\stringobject.h"
- >
- </File>
- <File
RelativePath="..\..\Include\structmember.h"
>
</File>
@@ -986,10 +990,10 @@
RelativePath="..\..\Modules\_fileio.c"
>
</File>
- <File
- RelativePath="..\..\Modules\_bytesio.c"
- >
- </File>
+ <File
+ RelativePath="..\..\Modules\_bytesio.c"
+ >
+ </File>
<File
RelativePath="..\..\Modules\_functoolsmodule.c"
>
@@ -1339,6 +1343,10 @@
>
</File>
<File
+ RelativePath="..\..\Objects\bytearrayobject.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Objects\bytesobject.c"
>
</File>
@@ -1459,10 +1467,6 @@
>
</File>
<File
- RelativePath="..\..\Objects\stringobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\structseq.c"
>
</File>