Use wxwidgets .rc file to make windows version look nicer.
authorCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 12:05:54 +0000 (13:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 12:05:54 +0000 (13:05 +0100)
src/tools/wscript
windows/dvdomatic.rc [new file with mode: 0644]
windows/icon.rc [deleted file]

index 3dc742c35912f62fbe4051e710054b98dc065fc6..be3d44e6dddfc2786a1440b87fe5bd336d6d1968 100644 (file)
@@ -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
diff --git a/windows/dvdomatic.rc b/windows/dvdomatic.rc
new file mode 100644 (file)
index 0000000..e6ce665
--- /dev/null
@@ -0,0 +1,2 @@
+#include "wx-2.8/wx/msw/wx.rc"
+id ICON "dvdomatic.ico"
diff --git a/windows/icon.rc b/windows/icon.rc
deleted file mode 100644 (file)
index a4f862b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-id ICON "dvdomatic.ico"
\ No newline at end of file