mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Teach Windows build and installer about new _symtable module/DLL.
This commit is contained in:
parent
231e22facb
commit
b16c56f0ba
5 changed files with 130 additions and 4 deletions
|
@ -691,6 +691,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\DLLs\_sre.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_symtable.pyd
|
||||
Destination=%MAINDIR%\DLLs\_symtable.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_test.pyd
|
||||
Destination=%MAINDIR%\DLLs\_test.pyd
|
||||
|
@ -760,6 +765,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\libs\_sre.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_symtable.lib
|
||||
Destination=%MAINDIR%\libs\_symtable.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\PCbuild\_test.lib
|
||||
Destination=%MAINDIR%\libs\_test.lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue