summaryrefslogtreecommitdiffstats
path: root/PC/bdist_wininst/extract.c
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-07-14 15:17:04 (GMT)
committerThomas Heller <theller@ctypes.org>2004-07-14 15:17:04 (GMT)
commitd1d92ea59a48f333efbdbc05feabc4d5d5445fb8 (patch)
tree1890cb21963227e37b94625039264f504df73589 /PC/bdist_wininst/extract.c
parent55a9864cb4e014a4137200a17681c4acbde90f7c (diff)
downloadcpython-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/extract.c')
-rw-r--r--PC/bdist_wininst/extract.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/PC/bdist_wininst/extract.c b/PC/bdist_wininst/extract.c
index 7e70afb..b495e1c 100644
--- a/PC/bdist_wininst/extract.c
+++ b/PC/bdist_wininst/extract.c
@@ -1,3 +1,12 @@
+/*
+ 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!
+*/
+
#include <windows.h>
#include "zlib.h"