mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add Jeremy's compiler to the Windows install.
This commit is contained in:
parent
ef85cc84a0
commit
fe0d79fbeb
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue