summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index c624f05b..7d52d58b 100644
--- a/cscript
+++ b/cscript
@@ -84,7 +84,8 @@ def package(target, version):
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', 'libeay32.dll', 'libglibmm-2.4-1.dll', 'libxml++-2.6-2.dll',
- 'libxml2-2.dll', 'libxmlsec1-openssl.dll', 'libxmlsec1.dll', 'zlib1.dll']:
+ 'libxml2-2.dll', 'libxmlsec1-openssl.dll', 'libxmlsec1.dll', 'zlib1.dll', 'libglib-2.0-0.dll', 'libgmodule-2.0-0.dll', 'libgobject-2.0-0.dll',
+ 'libsigc-2.0-0.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)