diff options
author | Thomas Heller <theller@ctypes.org> | 2003-10-10 16:57:45 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-10-10 16:57:45 (GMT) |
commit | 13dbabe46e3b9f788873377b05a237c5bebfd8f9 (patch) | |
tree | fc7bbf32087e3d9e01d290e63679301f97a1e349 /PC/.cvsignore | |
parent | b97f0b7654ca5d6d4e15937e87a539a38c4d4c4b (diff) | |
download | cpython-13dbabe46e3b9f788873377b05a237c5bebfd8f9.zip cpython-13dbabe46e3b9f788873377b05a237c5bebfd8f9.tar.gz cpython-13dbabe46e3b9f788873377b05a237c5bebfd8f9.tar.bz2 |
To build on windows, the manual editing of the python_nt.rc file to
change the version number is no longer required.
Instead, a make_versioninfo.exe is compiled, which spits out an
include file for python_nt.rc.
Will backport to 2.3
Diffstat (limited to 'PC/.cvsignore')
-rw-r--r-- | PC/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/.cvsignore b/PC/.cvsignore new file mode 100644 index 0000000..df8a29e --- /dev/null +++ b/PC/.cvsignore @@ -0,0 +1,2 @@ +pythonnt_rc.h +pythonnt_rc_d.h |