Commit 3069d50c authored by Tim Peters's avatar Tim Peters

Install the compiler package under Lib.

parent b3c569ce
...@@ -1888,6 +1888,14 @@ item: Install File ...@@ -1888,6 +1888,14 @@ item: Install File
end end
item: Remark item: Remark
end 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 item: Install File
Source=..\lib\distutils\*.py Source=..\lib\distutils\*.py
Destination=%MAINDIR%\Lib\distutils Destination=%MAINDIR%\Lib\distutils
...@@ -2133,32 +2141,6 @@ item: Install File ...@@ -2133,32 +2141,6 @@ item: Install File
end end
item: Remark item: Remark
end 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 item: Install File
Source=..\tools\pynche\*.py Source=..\tools\pynche\*.py
Destination=%MAINDIR%\Tools\pynche Destination=%MAINDIR%\Tools\pynche
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment