From: Tim Peters Date: Fri, 23 Mar 2001 03:43:35 +0000 (+0000) Subject: Add Jeremy's compiler to the Windows install. X-Git-Tag: v2.1b2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe0d79fbebcfca59d4a9b5a6e9856de788234915;p=thirdparty%2FPython%2Fcpython.git Add Jeremy's compiler to the Windows install. --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 3dc317bf82c7..fc5bd73d7794 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1022,6 +1022,24 @@ item: Install File Description=IDLE bootstrap script 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