diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-22 22:18:31 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-22 22:18:31 (GMT) |
commit | 7c198d3cde570e0429ae05bf101d61512e7346f2 (patch) | |
tree | 3e599163f0e44284e9f8c21146ee077f8e21b3c2 /PCbuild/python20.wse | |
parent | edc9931f5629c4c387b3da0c0eedbeae9f1f9201 (diff) | |
download | cpython-7c198d3cde570e0429ae05bf101d61512e7346f2.zip cpython-7c198d3cde570e0429ae05bf101d61512e7346f2.tar.gz cpython-7c198d3cde570e0429ae05bf101d61512e7346f2.tar.bz2 |
Add pynche's top-level txt files to Windows installer -- I don't believe
we've *ever* installed them!
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 9c45839..5ba7b79 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -2140,7 +2140,7 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=..\tools\compiler\README + Source=..\tools\compiler\readme Destination=%MAINDIR%\Tools\compiler\README.txt Description=Python compiler written in Python Flags=0000000000000010 @@ -2166,6 +2166,12 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=..\tools\pynche\*.txt + Destination=%MAINDIR%\Tools\pynche + Description=pynche color editor + Flags=0000000000000010 +end +item: Install File Source=..\tools\pynche\x\*.txt Destination=%MAINDIR%\Tools\pynche\X Description=pynche color editor - X files |