From 4782ab3aa36554efb3f43f4f6ed70f8837801151 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 29 Oct 2016 09:23:39 -0700 Subject: Adds missing _asyncio.pyd to installer and generally tidies pyd management. --- Tools/msi/lib/lib_files.wxs | 2 +- Tools/msi/make_zip.py | 1 + Tools/msi/test/test_files.wxs | 89 ++++++++++--------------------------------- 3 files changed, 23 insertions(+), 69 deletions(-) diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs index 9ecb277..a83f544 100644 --- a/Tools/msi/lib/lib_files.wxs +++ b/Tools/msi/lib/lib_files.wxs @@ -1,6 +1,6 @@  - + diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index ebb1766..f070cb9 100644 --- a/Tools/msi/make_zip.py +++ b/Tools/msi/make_zip.py @@ -19,6 +19,7 @@ DEBUG_FILES = { '_ctypes_test', '_testbuffer', '_testcapi', + '_testconsole', '_testimportmultiple', '_testmultiphase', 'xxlimited', diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs index 0753572..82a9115 100644 --- a/Tools/msi/test/test_files.wxs +++ b/Tools/msi/test/test_files.wxs @@ -1,89 +1,42 @@  + - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + + + + -- cgit v0.12