diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-23 03:43:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-23 03:43:35 (GMT) |
commit | fe0d79fbebcfca59d4a9b5a6e9856de788234915 (patch) | |
tree | e0469e50dcea87f9cea25a0fc384b46b1e2857de /PCbuild | |
parent | ef85cc84a03a39856adbc8720147f4dc9695734f (diff) | |
download | cpython-fe0d79fbebcfca59d4a9b5a6e9856de788234915.zip cpython-fe0d79fbebcfca59d4a9b5a6e9856de788234915.tar.gz cpython-fe0d79fbebcfca59d4a9b5a6e9856de788234915.tar.bz2 |
Add Jeremy's compiler to the Windows install.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 3dc317b..fc5bd73 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1023,6 +1023,24 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\Tools\compiler\*.py + Destination=%MAINDIR%\Tools\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\Tools\compiler\compiler\*.py + Destination=%MAINDIR%\Tools\compiler\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\Tools\compiler\compiler\*.txt + Destination=%MAINDIR%\Tools\compiler\compiler + Description=Python compiler written in Python + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\Tools\pynche\*.py Destination=%MAINDIR%\Tools\pynche Description=pynche color editor |