diff options
author | Thomas Heller <theller@ctypes.org> | 2004-07-14 15:17:04 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-07-14 15:17:04 (GMT) |
commit | d1d92ea59a48f333efbdbc05feabc4d5d5445fb8 (patch) | |
tree | 1890cb21963227e37b94625039264f504df73589 /PC/bdist_wininst/install.c | |
parent | 55a9864cb4e014a4137200a17681c4acbde90f7c (diff) | |
download | cpython-d1d92ea59a48f333efbdbc05feabc4d5d5445fb8.zip cpython-d1d92ea59a48f333efbdbc05feabc4d5d5445fb8.tar.gz cpython-d1d92ea59a48f333efbdbc05feabc4d5d5445fb8.tar.bz2 |
Add a warning so that it isn't forgotten to recreate the binaries AND
CHECK INTO CVS if these files are changed.
Diffstat (limited to 'PC/bdist_wininst/install.c')
-rw-r--r-- | PC/bdist_wininst/install.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PC/bdist_wininst/install.c b/PC/bdist_wininst/install.c index afbef56..fac914c 100644 --- a/PC/bdist_wininst/install.c +++ b/PC/bdist_wininst/install.c @@ -1,4 +1,13 @@ /* + IMPORTANT NOTE: IF THIS FILE IS CHANGED, WININST-6.EXE MUST BE RECOMPILED + WITH THE MSVC6 WININST.DSW WORKSPACE FILE MANUALLY, AND WININST-7.1.EXE MUST + BE RECOMPILED WITH THE MSVC 2003.NET WININST-7.1.VCPROJ FILE MANUALLY. + + IF CHANGES TO THIS FILE ARE CHECKED INTO PYTHON CVS, THE RECOMPILED BINARIES + MUST BE CHECKED IN AS WELL! +*/ + +/* * Written by Thomas Heller, May 2000 * * $Id$ |