Various windows installer tweaks.
[dcpomatic.git] / src / tools / wscript
index 7e2891237f0894b636582ab5ce60cdd3ee7e1632..b3e523ba5a468d38e77442b306ee838902181c05 100644 (file)
@@ -17,4 +17,6 @@ def build(bld):
             obj.includes = ['..']
             obj.use    = ['libdvdomatic', 'libdvdomatic-gtk']
             obj.source = '%s.cc' % t
+            if bld.env.TARGET_WINDOWS:
+                obj.source += ' ../../windows/icon.rc'
             obj.target = t