diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:05:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-04 13:05:54 +0100 |
| commit | a35b00d59e5750e8dc69e1bb86aeb28dc10090bf (patch) | |
| tree | a433f46acbdb1691dcf722fcbb6d39358984c4f2 /src/tools/wscript | |
| parent | 76199cc65d926ed147c3c4aeefb80e87c489cc04 (diff) | |
Use wxwidgets .rc file to make windows version look nicer.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 3dc742c35..be3d44e6d 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -18,5 +18,5 @@ def build(bld): obj.use = ['libdvdomatic', 'libdvdomatic-wx'] obj.source = '%s.cc' % t if bld.env.TARGET_WINDOWS: - obj.source += ' ../../windows/icon.rc' + obj.source += ' ../../windows/dvdomatic.rc' obj.target = t |
