diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-16 20:18:38 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-16 20:18:38 (GMT) |
commit | 2a799bf77a83adef010ff4751e5195702f159f39 (patch) | |
tree | 90b697e3caf531a7fad627dfaf931a42415df25a /PCbuild/python20.wse | |
parent | 786ddb29c9170a585ca1010bd392fb5a5ff4078c (diff) | |
download | cpython-2a799bf77a83adef010ff4751e5195702f159f39.zip cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.gz cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.bz2 |
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).
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 91ad583..239e6b7 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1740,6 +1740,11 @@ item: Install File 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 Flags=0000000000000010 @@ -1827,6 +1832,11 @@ item: Install File 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 Flags=0000000000000010 |