mirror of https://github.com/python/cpython
Install the compiler package under Lib.
This commit is contained in:
parent
b3c569ce82
commit
3069d50c18
|
@ -1888,6 +1888,14 @@ item: Install File
|
|||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\Lib\compiler\*.py
|
||||
Destination=%MAINDIR%\Lib\compiler
|
||||
Description=Python compiler written in Python
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\lib\distutils\*.py
|
||||
Destination=%MAINDIR%\Lib\distutils
|
||||
|
@ -2133,32 +2141,6 @@ item: Install File
|
|||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\tools\compiler\*.py
|
||||
Destination=%MAINDIR%\Tools\compiler
|
||||
Description=Python compiler written in Python
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=..\tools\compiler\readme
|
||||
Destination=%MAINDIR%\Tools\compiler\README.txt
|
||||
Description=Python compiler written in Python
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=..\tools\compiler\compiler\*.py
|
||||
Destination=%MAINDIR%\Tools\compiler\compiler
|
||||
Description=Python compiler written in Python
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=..\tools\compiler\compiler\*.txt
|
||||
Destination=%MAINDIR%\Tools\compiler\compiler
|
||||
Description=Python compiler written in Python
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Remark
|
||||
end
|
||||
item: Install File
|
||||
Source=..\tools\pynche\*.py
|
||||
Destination=%MAINDIR%\Tools\pynche
|
||||
|
|
Loading…
Reference in New Issue