diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 23:58:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 23:58:17 +0100 |
| commit | 31056d4f0734dbaabe9905e2c062feedce1ad32a (patch) | |
| tree | 8329cfab6dae350fa565357087ba2d62f9125ab5 /src/tools/wscript | |
| parent | 2fb6cdae8446699be824aaeb902f4bca1888657d (diff) | |
Various windows installer tweaks.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 7e2891237..b3e523ba5 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -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 |
