summaryrefslogtreecommitdiffstats
path: root/PC/readme.txt
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-02-09 19:55:22 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-02-09 19:55:22 (GMT)
commit95d644708e17761916435d9e2125950a75ac0508 (patch)
treecb37f0e0b95249e7016226faa4fbf838ae5a988b /PC/readme.txt
parent97fac3eb0a7fb42b1853ab41c29377bb3e7f1362 (diff)
downloadcpython-95d644708e17761916435d9e2125950a75ac0508.zip
cpython-95d644708e17761916435d9e2125950a75ac0508.tar.gz
cpython-95d644708e17761916435d9e2125950a75ac0508.tar.bz2
Issue #1706: Require Windows 2000+
Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files
Diffstat (limited to 'PC/readme.txt')
-rw-r--r--PC/readme.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/PC/readme.txt b/PC/readme.txt
index f1db9d3..b5a5a87 100644
--- a/PC/readme.txt
+++ b/PC/readme.txt
@@ -1,11 +1,6 @@
Welcome to the "PC" subdirectory of the Python distribution
***********************************************************
-*** Note: the project files for MS VC++ 7.1 are now in the
-*** PCbuild directory. See the file readme.txt there for build
-*** instructions. There is some information below that might
-*** still be relevant.
-
This "PC" subdirectory contains complete project files to make
several older PC ports of Python, as well as all the PC-specific
Python source files. It should be located in the root of the
@@ -79,18 +74,23 @@ dllbase_nt.txt A (manually maintained) list of base addresses for
example_nt A subdirectory showing how to build an extension as a
DLL.
-Visual Studio 6.0
-=================
-The subdirectory VC6 contains Visual Studio 6 project files. These
-were originally located in the PCBuild directory, but are no longer
-maintained.
+Legacy support for older versions of Visual Studio
+==================================================
+The subdirectories VC6, VS7.1 and VS8.0 contain legacy support older
+versions of Microsoft Visual Studio. See PCbuild/readme.txt.
+
+EMX development tools for OS/2
+==============================
+See os2emx/readme.txt. This platform is maintained by Andrew MacIntyre.
IBM VisualAge C/C++ for OS/2
============================
See os2vacpp/readme.txt. This platform is supported by Jeff Rush.
+NOTE: Support for os2vacpp may be dropped in the near future. Please move
+ to EMX.
Note for Windows 3.x and DOS users
==================================