mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Teach the Windows installer about the _test module.
This commit is contained in:
parent
9ea17ac595
commit
4d282decbe
1 changed files with 10 additions and 0 deletions
|
@ -691,6 +691,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\DLLs\_sre.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_test.pyd
|
||||
Destination=%MAINDIR%\DLLs\_test.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_tkinter.pyd
|
||||
Destination=%MAINDIR%\DLLs\_tkinter.pyd
|
||||
|
@ -755,6 +760,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\libs\_sre.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_test.lib
|
||||
Destination=%MAINDIR%\libs\_test.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_tkinter.lib
|
||||
Destination=%MAINDIR%\libs\_tkinter.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue