Mercurial > hg-stable
changeset 33581:e12c3049af8e stable
wix: update list of necessary pyd files
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 21 Jul 2017 11:26:51 -0500 |
parents | 20436925e080 |
children | 44bc181b9835 |
files | contrib/wix/dist.wxs contrib/wix/guids.wxi |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/dist.wxs Fri Jul 21 08:43:39 2017 -0700 +++ b/contrib/wix/dist.wxs Fri Jul 21 11:26:51 2017 -0500 @@ -19,12 +19,14 @@ <File Name="mercurial.cext.osutil.pyd" /> <File Name="mercurial.cext.parsers.pyd" /> <File Name="mercurial.zstd.pyd" /> + <File Name="hgext.fsmonitor.pywatchman.bser.pyd" /> <File Name="pyexpat.pyd" /> <File Name="bz2.pyd" /> <File Name="select.pyd" /> <File Name="unicodedata.pyd" /> <File Name="_ctypes.pyd" /> <File Name="_elementtree.pyd" /> + <File Name="_testcapi.pyd" /> <File Name="_hashlib.pyd" /> <File Name="_socket.pyd" /> <File Name="_ssl.pyd" />
--- a/contrib/wix/guids.wxi Fri Jul 21 08:43:39 2017 -0700 +++ b/contrib/wix/guids.wxi Fri Jul 21 11:26:51 2017 -0500 @@ -10,7 +10,7 @@ <!-- dist.wxs --> <?define dist.guid = {CE405FE6-CD1E-4873-9C9A-7683AE5A3D90} ?> - <?define lib.guid = {91D53B14-E924-432A-ACA2-65F9B3F7C56A} ?> + <?define lib.guid = {877633b5-0b7e-4b46-8f1c-224a61733297} ?> <!-- doc.wxs --> <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?>