summaryrefslogtreecommitdiffstats
path: root/PC/VS9.0/_socket.vcproj
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-05-16 22:21:57 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-05-16 22:21:57 (GMT)
commitf398a94818b8e92ca6715807266d5c1d04ca5400 (patch)
treed60e8117d71eb9ce15a73b795786c0f2b9160bce /PC/VS9.0/_socket.vcproj
parentde9ac6c2e5b5887e473a24f067942dcf306ed3d3 (diff)
downloadcpython-f398a94818b8e92ca6715807266d5c1d04ca5400.zip
cpython-f398a94818b8e92ca6715807266d5c1d04ca5400.tar.gz
cpython-f398a94818b8e92ca6715807266d5c1d04ca5400.tar.bz2
Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0
directory.
Diffstat (limited to 'PC/VS9.0/_socket.vcproj')
-rw-r--r--PC/VS9.0/_socket.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/VS9.0/_socket.vcproj b/PC/VS9.0/_socket.vcproj
index ee72c10..ff1f6d4 100644
--- a/PC/VS9.0/_socket.vcproj
+++ b/PC/VS9.0/_socket.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="_socket"
ProjectGUID="{86937F53-C189-40EF-8CE8-8759D8E7D480}"
RootNamespace="_socket"
@@ -519,7 +519,7 @@
Name="Header Files"
>
<File
- RelativePath="..\Modules\socketmodule.h"
+ RelativePath="..\..\Modules\socketmodule.h"
>
</File>
</Filter>
@@ -527,7 +527,7 @@
Name="Source Files"
>
<File
- RelativePath="..\Modules\socketmodule.c"
+ RelativePath="..\..\Modules\socketmodule.c"
>
</File>
</Filter>