Rev 1580: Merge fix from Mark to include more required dlls. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Thu Aug 21 01:57:14 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1580
revision-id: jelmer at samba.org-20080821005710-anxk0d2vy22wlwhw
parent: jelmer at samba.org-20080809141823-goc4u3hf0ix931m8
parent: mhammond at skippinet.com.au-20080810050811-psubm5mey6p0aarg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-08-21 02:57:10 +0200
message:
  Merge fix from Mark to include more required dlls.
modified:
  setup.py                       setup.py-20060502115218-86950492da22353f
    ------------------------------------------------------------
    revno: 1574.1.1
    revision-id: mhammond at skippinet.com.au-20080810050811-psubm5mey6p0aarg
    parent: jelmer at samba.org-20080809030416-ln79n3s9zpv952mz
    committer: Mark Hammond <mhammond at skippinet.com.au>
    branch nick: bzr-svn-win32binary
    timestamp: Sun 2008-08-10 15:08:11 +1000
    message:
      more binaries need to be packaged on Windows.
    modified:
      setup.py                       setup.py-20060502115218-86950492da22353f
=== modified file 'setup.py'
--- a/setup.py	2008-08-09 03:04:16 +0000
+++ b/setup.py	2008-08-10 05:08:11 +0000
@@ -177,7 +177,8 @@
     def _get_dlls(self):
         # return a list of of (FQ-in-name, relative-out-name) tuples.
         ret = []
-        apr_bins = "libaprutil.dll libapriconv.dll libapr.dll".split()
+        apr_bins = """libaprutil.dll libapriconv.dll libapr.dll intl3_svn.dll
+                      libdb44.dll libeay32.dll ssleay32.dll""".split()
         look_dirs = os.environ.get("PATH","").split(os.pathsep)
         look_dirs.insert(0, os.path.join(os.environ["SVN_DEV"], "bin"))
     




More information about the bazaar-commits mailing list