From: Tim Peters Date: Fri, 2 Feb 2001 06:33:04 +0000 (+0000) Subject: Teach the Windows installer about the _test module. X-Git-Tag: v2.1a2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d282decbe34aff2282aefd7e2c35ad463cbc198;p=python Teach the Windows installer about the _test module. --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 14269405ca..b5c89f6695 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -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