Skip to content

Commit 7ce8da9

Browse files
author
christian.heimes
committed
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro!
git-svn-id: http://svn.python.org/projects/python/trunk@59717 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 855a19c commit 7ce8da9

6 files changed

Lines changed: 167 additions & 57 deletions

File tree

PC/VC6/_msi.dsp

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VC6/build_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# directory. It is likely you will already find the zlib library and
99
# any other external packages there.
1010
# * Install ActivePerl and ensure it is somewhere on your path.
11-
# * Run this script from the PCBuild directory.
11+
# * Run this script from the PC/VC6 directory.
1212
#
1313
# it should configure and build SSL, then build the ssl Python extension
1414
# without intervention.

PC/VC6/pcbuild.dsw

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ Package=<4>
5757

5858
###############################################################################
5959

60+
Project: "_msi"=".\_msi.dsp" - Package Owner=<4>
61+
62+
Package=<5>
63+
{{{
64+
}}}
65+
66+
Package=<4>
67+
{{{
68+
Begin Project Dependency
69+
Project_Dep_Name pythoncore
70+
End Project Dependency
71+
}}}
72+
73+
###############################################################################
74+
6075
Project: "_socket"=".\_socket.dsp" - Package Owner=<4>
6176

6277
Package=<5>
@@ -288,3 +303,4 @@ Package=<3>
288303

289304
###############################################################################
290305

306+

PC/VC6/python.dsp

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VC6/pythoncore.dsp

Lines changed: 45 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)