From e94f153cd6db4d3010944c9f42e4d275992167f1 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 8 Sep 2016 14:00:01 +1000 Subject: [PATCH] 4464. [bug] Fix windows python support. [RT #43173] (cherry picked from commit 85468d4c810cda8974f10cf413e5329d8c0109ab) --- CHANGES | 2 ++ win32utils/Configure | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index 3490b12220..0e3d59c722 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +4464. [bug] Fix windows python support. [RT #43173] + 4461. [bug] win32: not all external data was properly marked as external data for windows dll. [RT #43161] diff --git a/win32utils/Configure b/win32utils/Configure index 994f0c2de5..62d4a18fe8 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -81,6 +81,17 @@ my @filelist = ("..\\bin\\check\\win32\\checktool.dsp", "..\\bin\\python\\dnssec-checkds.py", "..\\bin\\python\\dnssec-coverage.py", "..\\bin\\python\\dnssec-keymgr.py", + "..\\bin\\python\\isc\\__init__.py", + "..\\bin\\python\\isc\\checkds.py", + "..\\bin\\python\\isc\\coverage.py", + "..\\bin\\python\\isc\\dnskey.py", + "..\\bin\\python\\isc\\eventlist.py", + "..\\bin\\python\\isc\\keydict.py", + "..\\bin\\python\\isc\\keyevent.py", + "..\\bin\\python\\isc\\keymgr.py", + "..\\bin\\python\\isc\\keyseries.py", + "..\\bin\\python\\isc\\keyzone.py", + "..\\bin\\python\\isc\\tests\\dnskey_test.py", "..\\bin\\python\\isc\\utils.py", "..\\bin\\rndc\\win32\\rndc.dsp", "..\\bin\\rndc\\win32\\rndc.mak",