More deps.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 22:25:04 +0000 (23:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 22:25:04 +0000 (23:25 +0100)
cscript

diff --git a/cscript b/cscript
index 4f3506e0a12769e22c5b3e92c76601b899ef8d7d..48b8fcf66e16c968f96d09449493690ac197d2a8 100644 (file)
--- a/cscript
+++ b/cscript
@@ -83,7 +83,7 @@ def package(target, version):
         else:
             shutil.copyfile('%s/bin/libgcc_s_seh-1.dll' % target.windows_prefix, os.path.join(d, 'libgcc_s_seh-1.dll'))
 
-        for f in ['libstdc++-6.dll', 'libboost_filesystem-mt.dll', 'libboost_system-mt.dll']:
+        for f in ['libstdc++-6.dll', 'libboost_filesystem-mt.dll', 'libboost_system-mt.dll', 'libeay32.dll', 'libglibmm-2.4-1.dll', 'libxml++-2.6-2.dll']:
             shutil.copyfile('%s/bin/%s' % (target.windows_prefix, f), os.path.join(d, f))
         target.command('cd build && zip -9 -r libdcp-%s.zip libdcp-%s' % (version, version))
         return os.path.abspath('build/libdcp-%s.zip' % version)