From b04e650a88cd37e6491043042187a1b108aafb74 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 1 Sep 2000 07:54:04 +0000 Subject: [PATCH] Added installation of w9xpopen.exe. Removed installation of Lib/plat-win/*.py, because it no longer exists! --- PCbuild/python20.wse | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 3da61f7ffcd1..3ce7cb9ef6ea 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -660,6 +660,11 @@ item: Install File Destination=%MAINDIR%\pythonw.exe Flags=0000000000000010 end +item: Install File + Source=%_SRC_%\PCbuild\w9xpopen.exe + Destination=%MAINDIR%\w9xpopen.exe + Flags=0000000000000010 +end item: Install File Source=%_SRC_%\pcbuild\*.pyd Destination=%MAINDIR%\DLLs @@ -695,7 +700,7 @@ item: Install File Description=Library Modules Flags=0000000000000010 end -item: Install File +remarked item: Install File Source=%_SRC_%\Lib\plat-win\*.py Destination=%MAINDIR%\Lib\Plat-Win Description=Windows-specific library modules -- 2.47.3