Deps.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:58:50 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:58:50 +0000 (22:58 +0100)
cscript

diff --git a/cscript b/cscript
index 22182e15e7a1d9781aaef381df9a137922d2bcf1..4f3506e0a12769e22c5b3e92c76601b899ef8d7d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -83,6 +83,8 @@ 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']:
+            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)