summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-11 12:56:03 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-12 22:37:14 +0100
commit2c4776f4beb5fd29be840c57a0e8878422ac530d (patch)
treec200aa7f8e9b165b4178354f9fe8977f997548f7 /platform
parent5d92e7bf242200c3b3b8a079671b572569d2b198 (diff)
Use the new libdcp xerces stuff and install the required supporting files.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh1
-rw-r--r--platform/windows/wscript9
2 files changed, 9 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 95e8f8db0..3d910f8e0 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -207,6 +207,7 @@ function copy_resources {
cp $prefix/src/dcpomatic/graphics/snap.png "$dest"
cp $prefix/src/dcpomatic/graphics/sequence.png "$dest"
cp $prefix/src/dcpomatic/graphics/me.jpg "$dest"
+ cp -r $prefix/share/libdcp/sdk "$dest"
# i18n: DCP-o-matic .mo files
for lang in de_DE es_ES fr_FR it_IT sv_SE nl_NL ru_RU pl_PL da_DK pt_PT pt_BR sk_SK cs_CZ uk_UA zh_CN tr_TR; do
diff --git a/platform/windows/wscript b/platform/windows/wscript
index b5dde858d..884126900 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -305,7 +305,14 @@ File "%graphics%/sequence.png"
File "%graphics%/me.jpg"
File "%graphics%/tick.png"
File "%graphics%/no_tick.png"
-
+SetOutPath "$INSTDIR\\xsd"
+File "%cdist_deps%/shared/libdcp/xsd/SMPTE-429-7-2006-CPL.xsd"
+File "%cdist_deps%/shared/libdcp/xsd/SMPTE-429-8-2006-PKL.xsd"
+File "%cdist_deps%/shared/libdcp/xsd/SMPTE-429-9-2007-AM.xsd"
+File "%cdist_deps%/shared/libdcp/xsd/xmldsig-core-schema.xsd"
+File "%cdist_deps%/shared/libdcp/xsd/XMLSchema.dtd"
+File "%cdist_deps%/shared/libdcp/xsd/XMLSchema.xsd"
+File "%cdist_deps%/shared/libdcp/xsd/xml.xsd"
SectionEnd
""", file=f)