diff options
author | Guido van Rossum <guido@python.org> | 1997-09-03 15:37:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-03 15:37:50 (GMT) |
commit | 4a78a3cf3bbd5eaa6fca0657b94151e9c6f15986 (patch) | |
tree | 0fea278b9346cc819faaeb1ecf52a554c90b9c33 /PCbuild | |
parent | 64790de1954ec3394594f1e5450684184216805a (diff) | |
download | cpython-4a78a3cf3bbd5eaa6fca0657b94151e9c6f15986.zip cpython-4a78a3cf3bbd5eaa6fca0657b94151e9c6f15986.tar.gz cpython-4a78a3cf3bbd5eaa6fca0657b94151e9c6f15986.tar.bz2 |
Added empty PCbuild directory for use by the NT build process.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt new file mode 100644 index 0000000..0086238 --- /dev/null +++ b/PCbuild/readme.txt @@ -0,0 +1,5 @@ +This directory is used by the build procedure for Windows NT. +Read the instructions in ../PC/readme.txt. + +Assuming you are using VC++ 5.x, you can simply copy the project files +from ../PC/vc5x/* here and open the pcbuild project. |