mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
datetime escapes the sandbox. The Windows build is all set. I leave it
to others to argue about how to build it on other platforms (on Windows it's in its own DLL).
This commit is contained in:
parent
786ddb29c9
commit
2a799bf77a
8 changed files with 7456 additions and 1 deletions
|
|
@ -1739,6 +1739,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\DLLs\bz2.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\datetime.pyd
|
||||
Destination=%MAINDIR%\DLLs\datetime.pyd
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\mmap.pyd
|
||||
Destination=%MAINDIR%\DLLs\mmap.pyd
|
||||
|
|
@ -1826,6 +1831,11 @@ item: Install File
|
|||
Destination=%MAINDIR%\libs\bz2.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\datetime.lib
|
||||
Destination=%MAINDIR%\libs\datetime.lib
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=.\mmap.lib
|
||||
Destination=%MAINDIR%\libs\mmap.lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue