Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe0d79f

Browse files
committed
Add Jeremy's compiler to the Windows install.
1 parent ef85cc8 commit fe0d79f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

PCbuild/python20.wse

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,24 @@ item: Install File
10221022
Description=IDLE bootstrap script
10231023
Flags=0000000000000010
10241024
end
1025+
item: Install File
1026+
Source=%_SRC_%\Tools\compiler\*.py
1027+
Destination=%MAINDIR%\Tools\compiler
1028+
Description=Python compiler written in Python
1029+
Flags=0000000000000010
1030+
end
1031+
item: Install File
1032+
Source=%_SRC_%\Tools\compiler\compiler\*.py
1033+
Destination=%MAINDIR%\Tools\compiler\compiler
1034+
Description=Python compiler written in Python
1035+
Flags=0000000000000010
1036+
end
1037+
item: Install File
1038+
Source=%_SRC_%\Tools\compiler\compiler\*.txt
1039+
Destination=%MAINDIR%\Tools\compiler\compiler
1040+
Description=Python compiler written in Python
1041+
Flags=0000000000000010
1042+
end
10251043
item: Install File
10261044
Source=%_SRC_%\Tools\pynche\*.py
10271045
Destination=%MAINDIR%\Tools\pynche

0 commit comments

Comments
 (0)