summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-15 18:31:32 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-15 18:31:32 (GMT)
commit85f8b0980d6a518eb1bf0b05eb772e2616129337 (patch)
tree86b4e8d88911bbe338a8fbad2e1c7818ace3b99f /PC
parentaa6fa6bbebc03dd6bb22b61a504d603871410e70 (diff)
downloadcpython-85f8b0980d6a518eb1bf0b05eb772e2616129337.zip
cpython-85f8b0980d6a518eb1bf0b05eb772e2616129337.tar.gz
cpython-85f8b0980d6a518eb1bf0b05eb772e2616129337.tar.bz2
Add note about having to add some files to the VC 4.2 files.
Diffstat (limited to 'PC')
-rw-r--r--PC/readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/readme.txt b/PC/readme.txt
index f5a9fe4..37917e5 100644
--- a/PC/readme.txt
+++ b/PC/readme.txt
@@ -70,6 +70,11 @@ Microsoft Visual C++ Version 4.x (32-bit Windows)
(For historic reasons this uses the filename "vc40"; it has been tested
most recently with VC 4.2. See below for VC 5.x.)
+NOTE: VC 4.2 support is eroding, as I no longer have a VC 4.2
+installation. Some newer files need to be added to the project, in
+particular, reopmodule.c, pcremodule.c, and pypcre.c (all from the
+Modules subdirectory); this list may grow.
+
The distributed Makefile is vc40.mak. This file is distributed with
CRLF line separators, otherwise Developer Studio won't like it. It
will NOT work from this PC directory. To use it, first copy it to the