diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 01:59:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 23:37:48 +0200 |
| commit | f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4 (patch) | |
| tree | d7048963c435262dac6c7af6044148ea15a42125 /platform/windows | |
| parent | 5c48efdde34ee11f135ea8b369d85d50d1410445 (diff) | |
Add a simple DCP editor.
Diffstat (limited to 'platform/windows')
| -rw-r--r-- | platform/windows/dcpomatic_editor.rc | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/platform/windows/dcpomatic_editor.rc b/platform/windows/dcpomatic_editor.rc new file mode 100644 index 000000000..865590f51 --- /dev/null +++ b/platform/windows/dcpomatic_editor.rc @@ -0,0 +1,2 @@ +id ICON "../../graphics/windows/dcpomatic2_editor.ico" +#include "wx-3.1/wx/msw/wx.rc" diff --git a/platform/windows/wscript b/platform/windows/wscript index 46974ed0f..a01d3dd5a 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -12,6 +12,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): ('create', 'Creator'), ('playlist', 'Playlist Editor'), ('combiner', 'Combiner'), + ('editor', 'Editor'), ] if disk: |
