From 092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 25 Jan 2008 17:37:48 +0000 Subject: Rename some files to be package name independent. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024 --- Makefile.am | 10 +- configure.in | 5 +- data/chocolate-doom.ico | Bin 3638 -> 0 bytes data/chocolate-doom.png | Bin 1369 -> 0 bytes data/chocolate-setup.ico | Bin 6518 -> 0 bytes data/chocolate-setup.png | Bin 620 -> 0 bytes data/convert-icon | 2 +- data/doom.ico | Bin 0 -> 3638 bytes data/doom.png | Bin 0 -> 1369 bytes data/setup.ico | Bin 0 -> 6518 bytes data/setup.png | Bin 0 -> 620 bytes setup/Makefile.am | 6 +- setup/chocolate-setup-res.rc.in | 22 --- setup/chocolate_setup_icon.c | 262 --------------------------------- setup/execute.c | 5 +- setup/mainmenu.c | 10 +- setup/setup-res.rc.in | 22 +++ setup/setup_icon.c | 262 +++++++++++++++++++++++++++++++++ src/Makefile.am | 10 +- src/chocolate-doom-res.rc.in | 22 --- src/chocolate-doom-screensaver.desktop | 12 -- src/chocolate_doom_icon.c | 262 --------------------------------- src/doom-screensaver.desktop.in | 12 ++ src/i_video.c | 10 +- src/icon.c | 262 +++++++++++++++++++++++++++++++++ src/resource.rc.in | 22 +++ 26 files changed, 610 insertions(+), 608 deletions(-) delete mode 100644 data/chocolate-doom.ico delete mode 100644 data/chocolate-doom.png delete mode 100644 data/chocolate-setup.ico delete mode 100644 data/chocolate-setup.png create mode 100644 data/doom.ico create mode 100644 data/doom.png create mode 100644 data/setup.ico create mode 100644 data/setup.png delete mode 100644 setup/chocolate-setup-res.rc.in delete mode 100644 setup/chocolate_setup_icon.c create mode 100644 setup/setup-res.rc.in create mode 100644 setup/setup_icon.c delete mode 100644 src/chocolate-doom-res.rc.in delete mode 100644 src/chocolate-doom-screensaver.desktop delete mode 100644 src/chocolate_doom_icon.c create mode 100644 src/doom-screensaver.desktop.in create mode 100644 src/icon.c create mode 100644 src/resource.rc.in diff --git a/Makefile.am b/Makefile.am index 3ce1494b..a085190a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,11 @@ CODEBLOCKS_FILES= \ codeblocks/config.h \ codeblocks/libpcsound.cbp -DATA_FILES= \ - data/chocolate-doom.ico \ - data/chocolate-doom.png \ - data/chocolate-setup.ico \ - data/chocolate-setup.png \ +DATA_FILES= \ + data/doom.ico \ + data/doom.png \ + data/setup.ico \ + data/setup.png \ data/convert-icon EXTRA_DIST= \ diff --git a/configure.in b/configure.in index d942c3af..07efe457 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,8 @@ setup/Makefile man/Makefile src/Makefile pcsound/Makefile -src/chocolate-doom-res.rc -setup/chocolate-setup-res.rc +src/resource.rc +src/doom-screensaver.desktop +setup/setup-res.rc ]) diff --git a/data/chocolate-doom.ico b/data/chocolate-doom.ico deleted file mode 100644 index 602d32d4..00000000 Binary files a/data/chocolate-doom.ico and /dev/null differ diff --git a/data/chocolate-doom.png b/data/chocolate-doom.png deleted file mode 100644 index 6d58b874..00000000 Binary files a/data/chocolate-doom.png and /dev/null differ diff --git a/data/chocolate-setup.ico b/data/chocolate-setup.ico deleted file mode 100644 index 32a0b761..00000000 Binary files a/data/chocolate-setup.ico and /dev/null differ diff --git a/data/chocolate-setup.png b/data/chocolate-setup.png deleted file mode 100644 index 152999d3..00000000 Binary files a/data/chocolate-setup.png and /dev/null differ diff --git a/data/convert-icon b/data/convert-icon index 16412378..d79648b2 100755 --- a/data/convert-icon +++ b/data/convert-icon @@ -41,7 +41,7 @@ def convert_image(filename, output_filename): size = im.size - struct_name = os.path.basename(filename) + struct_name = os.path.basename(output_filename) struct_name = re.sub(re.compile("\\..*$"), "", struct_name) struct_name = re.sub(re.compile("\W"), "_", struct_name) diff --git a/data/doom.ico b/data/doom.ico new file mode 100644 index 00000000..602d32d4 Binary files /dev/null and b/data/doom.ico differ diff --git a/data/doom.png b/data/doom.png new file mode 100644 index 00000000..6d58b874 Binary files /dev/null and b/data/doom.png differ diff --git a/data/setup.ico b/data/setup.ico new file mode 100644 index 00000000..32a0b761 Binary files /dev/null and b/data/setup.ico differ diff --git a/data/setup.png b/data/setup.png new file mode 100644 index 00000000..152999d3 Binary files /dev/null and b/data/setup.png differ diff --git a/setup/Makefile.am b/setup/Makefile.am index 10085218..670d8cde 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -23,10 +23,10 @@ SOURCE_FILES = \ txt_mouseinput.c txt_mouseinput.h EXTRA_DIST= \ - chocolate_setup_icon.c + setup_icon.c if HAVE_WINDRES -chocolate_setup_SOURCES=$(SOURCE_FILES) chocolate-setup-res.rc +chocolate_setup_SOURCES=$(SOURCE_FILES) setup-res.rc else chocolate_setup_SOURCES=$(SOURCE_FILES) endif @@ -38,7 +38,7 @@ endif if HAVE_PYTHON -chocolate_setup_icon.c : ../data/chocolate-setup.png +setup_icon.c : ../data/setup.png ../data/convert-icon $^ $@ endif diff --git a/setup/chocolate-setup-res.rc.in b/setup/chocolate-setup-res.rc.in deleted file mode 100644 index cb49a1b2..00000000 --- a/setup/chocolate-setup-res.rc.in +++ /dev/null @@ -1,22 +0,0 @@ -1 ICON "..\\data\\chocolate-setup.ico" - -1 VERSIONINFO -PRODUCTVERSION @WINDOWS_RC_VERSION@ -FILEVERSION @WINDOWS_RC_VERSION@ -FILETYPE 1 -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "FileVersion", "@PACKAGE_VERSION@" - VALUE "FileDescription", "@PACKAGE_STRING@ Setup" - VALUE "InternalName", "@PACKAGE_TARNAME@" - VALUE "CompanyName", "@PACKAGE_BUGREPORT@" - VALUE "LegalCopyright", "GNU General Public License" - VALUE "ProductName", "@PACKAGE_NAME@ Setup" - VALUE "ProductVersion", "@PACKAGE_VERSION@" - } - } -} - diff --git a/setup/chocolate_setup_icon.c b/setup/chocolate_setup_icon.c deleted file mode 100644 index 57270950..00000000 --- a/setup/chocolate_setup_icon.c +++ /dev/null @@ -1,262 +0,0 @@ -static int chocolate_setup_w = 32; -static int chocolate_setup_h = 32; - -static unsigned char chocolate_setup_data[] = { - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x94,0x52,0x00, 0xad,0x5a,0x00, - 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, - 0x94,0x52,0x00, 0xad,0x5a,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, - 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x94,0x52,0x00, 0xad,0x5a,0x00, - 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, - 0x94,0x52,0x00, 0xad,0x5a,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, - 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0x6b,0x31,0x00, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0x52,0x29,0x00, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, - 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, - 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, - 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5, - 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0xc6,0x00,0x00, 0xc6,0x00,0x00, 0x84,0x00,0x00, 0xc6,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0xc6,0x00,0x00, 0xc6,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x42,0x00,0x00, 0x84,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0x52,0x29,0x00, 0x42,0x00,0x00, - 0x6b,0x31,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x42,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x00,0x00,0x00, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, - 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0xc6,0x00,0x00, 0x42,0x00,0x00, - 0xc6,0x00,0x00, 0x42,0x00,0x00, 0x00,0x00,0x00, 0xc6,0xc6,0xc6, - 0x42,0x42,0x42, 0x42,0x42,0x42, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, - 0x84,0x00,0x00, 0x42,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xc6,0xc6,0xc6, 0x42,0x42,0x42, 0xff,0xff,0xff, - 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0xff,0xff,0xff, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x00,0x00,0x00, 0x42,0x42,0x42, 0xc6,0xc6,0xc6, - 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0x00,0x00,0x00, - 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, - 0x84,0x00,0x00, 0x84,0x00,0x00, 0x00,0x00,0x00, 0x42,0x42,0x42, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x42,0x42,0x42, 0xff,0xff,0xff, - 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, - 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0xc6,0xc6,0xc6, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x42,0x42,0x42, 0x42,0x42,0x42, - 0x42,0x42,0x42, 0x42,0x42,0x42, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0x00,0x00,0x00, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, - 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, - 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, - 0x42,0x42,0x42, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, - 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0x42,0x42,0x42, 0x42,0x42,0x42, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, - -}; diff --git a/setup/execute.c b/setup/execute.c index 39fd5958..b5b8a7c6 100644 --- a/setup/execute.c +++ b/setup/execute.c @@ -37,14 +37,15 @@ #include "textscreen.h" +#include "config.h" #include "configfile.h" #include "execute.h" #include "m_argv.h" #ifdef _WIN32 -#define DOOM_BINARY "chocolate-doom.exe" +#define DOOM_BINARY PACKAGE_TARNAME ".exe" #else -#define DOOM_BINARY INSTALL_DIR "/chocolate-doom" +#define DOOM_BINARY INSTALL_DIR "/" PACKAGE_TARNAME #endif #ifdef _WIN32 diff --git a/setup/mainmenu.c b/setup/mainmenu.c index 71643400..335bd61b 100644 --- a/setup/mainmenu.c +++ b/setup/mainmenu.c @@ -28,7 +28,7 @@ #include "configfile.h" #include "m_argv.h" -#include "chocolate_setup_icon.c" +#include "setup_icon.c" #include "compatibility.h" #include "display.h" @@ -152,11 +152,11 @@ static void SetIcon(void) { SDL_Surface *surface; - surface = SDL_CreateRGBSurfaceFrom(chocolate_setup_data, - chocolate_setup_w, - chocolate_setup_h, + surface = SDL_CreateRGBSurfaceFrom(setup_icon_data, + setup_icon_w, + setup_icon_h, 24, - chocolate_setup_w * 3, + setup_icon_w * 3, 0xff << 0, 0xff << 8, 0xff << 16, diff --git a/setup/setup-res.rc.in b/setup/setup-res.rc.in new file mode 100644 index 00000000..cb49a1b2 --- /dev/null +++ b/setup/setup-res.rc.in @@ -0,0 +1,22 @@ +1 ICON "..\\data\\chocolate-setup.ico" + +1 VERSIONINFO +PRODUCTVERSION @WINDOWS_RC_VERSION@ +FILEVERSION @WINDOWS_RC_VERSION@ +FILETYPE 1 +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "FileVersion", "@PACKAGE_VERSION@" + VALUE "FileDescription", "@PACKAGE_STRING@ Setup" + VALUE "InternalName", "@PACKAGE_TARNAME@" + VALUE "CompanyName", "@PACKAGE_BUGREPORT@" + VALUE "LegalCopyright", "GNU General Public License" + VALUE "ProductName", "@PACKAGE_NAME@ Setup" + VALUE "ProductVersion", "@PACKAGE_VERSION@" + } + } +} + diff --git a/setup/setup_icon.c b/setup/setup_icon.c new file mode 100644 index 00000000..23459716 --- /dev/null +++ b/setup/setup_icon.c @@ -0,0 +1,262 @@ +static int setup_icon_w = 32; +static int setup_icon_h = 32; + +static unsigned char setup_icon_data[] = { + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x94,0x52,0x00, 0xad,0x5a,0x00, + 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, + 0x94,0x52,0x00, 0xad,0x5a,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, + 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0x6b,0x31,0x00, 0x94,0x52,0x00, 0xad,0x5a,0x00, + 0x6b,0x31,0x00, 0x52,0x29,0x00, 0x52,0x29,0x00, 0x6b,0x31,0x00, + 0x94,0x52,0x00, 0xad,0x5a,0x00, 0x6b,0x31,0x00, 0x52,0x29,0x00, + 0x52,0x29,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0x6b,0x31,0x00, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0x52,0x29,0x00, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, + 0x6b,0x31,0x00, 0x6b,0x31,0x00, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, + 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, + 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5, + 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0xc6,0x00,0x00, 0xc6,0x00,0x00, 0x84,0x00,0x00, 0xc6,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0xc6,0x00,0x00, 0xc6,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x42,0x00,0x00, 0x84,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0x52,0x29,0x00, 0x42,0x00,0x00, + 0x6b,0x31,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x42,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x00,0x00,0x00, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, + 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0xc6,0x00,0x00, 0x42,0x00,0x00, + 0xc6,0x00,0x00, 0x42,0x00,0x00, 0x00,0x00,0x00, 0xc6,0xc6,0xc6, + 0x42,0x42,0x42, 0x42,0x42,0x42, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x42,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x42,0x00,0x00, + 0x84,0x00,0x00, 0x42,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xc6,0xc6,0xc6, 0x42,0x42,0x42, 0xff,0xff,0xff, + 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0xff,0xff,0xff, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x00,0x00,0x00, 0x42,0x42,0x42, 0xc6,0xc6,0xc6, + 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0x00,0x00,0x00, + 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, 0x84,0x00,0x00, + 0x84,0x00,0x00, 0x84,0x00,0x00, 0x00,0x00,0x00, 0x42,0x42,0x42, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x42,0x42,0x42, 0xff,0xff,0xff, + 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, + 0xb5,0xb5,0xb5, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0xc6,0xc6,0xc6, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x42,0x42,0x42, 0x42,0x42,0x42, + 0x42,0x42,0x42, 0x42,0x42,0x42, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0xff,0xff,0xff, 0x00,0x00,0x00, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, + 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, + 0x42,0x42,0x42, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0xb5,0xb5,0xb5, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xb5,0xb5,0xb5, 0x42,0x42,0x42, + 0x42,0x42,0x42, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xc6,0xc6,0xc6, + 0xb5,0xb5,0xb5, 0x42,0x42,0x42, 0x42,0x42,0x42, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xc6,0xc6,0xc6, 0x42,0x42,0x42, 0x42,0x42,0x42, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, 0xff,0xff,0xff, + +}; diff --git a/src/Makefile.am b/src/Makefile.am index f2f9f140..4358d6e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -158,16 +158,16 @@ SOURCE_FILES = $(MAIN_SOURCE_FILES) \ $(FEATURE_SOUND_SOURCE_FILES) if HAVE_WINDRES -chocolate_doom_SOURCES=$(SOURCE_FILES) chocolate-doom-res.rc +chocolate_doom_SOURCES=$(SOURCE_FILES) resource.rc else chocolate_doom_SOURCES=$(SOURCE_FILES) endif chocolate_doom_LDADD = ../textscreen/libtextscreen.a ../pcsound/libpcsound.a @LDFLAGS@ @SDL_LIBS@ @SDLMIXER_LIBS@ @SDLNET_LIBS@ -EXTRA_DIST = \ - chocolate_doom_icon.c \ - chocolate-doom-screensaver.desktop +EXTRA_DIST = \ + icon.c \ + doom-screensaver.desktop.in .rc.o: $(WINDRES) $^ -o $@ @@ -176,7 +176,7 @@ EXTRA_DIST = \ if HAVE_PYTHON -chocolate_doom_icon.c : ../data/chocolate-doom.png +icon.c : ../data/doom.png ../data/convert-icon $^ $@ endif diff --git a/src/chocolate-doom-res.rc.in b/src/chocolate-doom-res.rc.in deleted file mode 100644 index a6635932..00000000 --- a/src/chocolate-doom-res.rc.in +++ /dev/null @@ -1,22 +0,0 @@ -1 ICON "..\\data\\chocolate-doom.ico" - -1 VERSIONINFO -PRODUCTVERSION @WINDOWS_RC_VERSION@ -FILEVERSION @WINDOWS_RC_VERSION@ -FILETYPE 1 -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "FileVersion", "@PACKAGE_VERSION@" - VALUE "FileDescription", "@PACKAGE_STRING@" - VALUE "InternalName", "@PACKAGE_TARNAME@" - VALUE "CompanyName", "@PACKAGE_BUGREPORT@" - VALUE "LegalCopyright", "GNU General Public License" - VALUE "ProductName", "@PACKAGE_NAME@" - VALUE "ProductVersion", "@PACKAGE_VERSION@" - } - } -} - diff --git a/src/chocolate-doom-screensaver.desktop b/src/chocolate-doom-screensaver.desktop deleted file mode 100644 index d90127a3..00000000 --- a/src/chocolate-doom-screensaver.desktop +++ /dev/null @@ -1,12 +0,0 @@ - -[Desktop Entry] -Encoding=UTF-8 -Name=Doom -Comment=DOOM by Id Software. -TryExec=chocolate-doom -Exec=chocolate-doom -StartupNotify=false -Terminal=false -Type=Application -Categories=Screensaver - diff --git a/src/chocolate_doom_icon.c b/src/chocolate_doom_icon.c deleted file mode 100644 index 51feba09..00000000 --- a/src/chocolate_doom_icon.c +++ /dev/null @@ -1,262 +0,0 @@ -static int chocolate_doom_w = 32; -static int chocolate_doom_h = 32; - -static unsigned char chocolate_doom_data[] = { - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x77,0x4f,0x2b, 0x7f,0x53,0x2f, 0x9b,0x63,0x3b, 0x9b,0x63,0x3b, - 0x7f,0x53,0x2f, 0x77,0x4f,0x2b, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, - 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, - 0x8f,0x5f,0x37, 0x87,0x57,0x33, 0x77,0x4f,0x2b, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, 0x8f,0x5f,0x37, - 0x87,0x57,0x33, 0x87,0x57,0x33, 0x87,0x57,0x33, 0x87,0x57,0x33, - 0x87,0x57,0x33, 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x77,0x4f,0x2b, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, 0xb3,0x73,0x47, - 0x9b,0x63,0x3b, 0x7f,0x53,0x2f, 0x6b,0x47,0x27, 0x6b,0x47,0x27, - 0x7f,0x53,0x2f, 0x9b,0x63,0x3b, 0xb3,0x73,0x47, 0x8f,0x5f,0x37, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x7f,0x53,0x2f, 0xab,0x6f,0x43, 0xbf,0x7b,0x4b, - 0xb3,0x73,0x47, 0xa3,0x6b,0x3f, 0x87,0x57,0x33, 0x87,0x57,0x33, - 0xa3,0x6b,0x3f, 0xb3,0x73,0x47, 0xbf,0x7b,0x4b, 0xab,0x6f,0x43, - 0x7f,0x53,0x2f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x87,0x57,0x33, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, - 0x87,0x57,0x33, 0x9b,0x63,0x3b, 0xab,0x6f,0x43, 0xab,0x6f,0x43, - 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, - 0x87,0x57,0x33, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x87,0x57,0x33, 0x6b,0x47,0x27, 0x73,0x00,0x00, - 0xff,0x1f,0x1f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x33,0x2b,0x13, 0xff,0x1f,0x1f, 0x73,0x00,0x00, 0x6b,0x47,0x27, - 0x87,0x57,0x33, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x87,0x57,0x33, 0x6b,0x47,0x27, - 0x4f,0x00,0x00, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x6b,0x47,0x27, - 0x4b,0x37,0x1b, 0x4f,0x00,0x00, 0x6b,0x47,0x27, 0x87,0x57,0x33, - 0x6b,0x47,0x27, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x87,0x57,0x33, - 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, 0x77,0x4f,0x2b, 0x87,0x57,0x33, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, - 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x77,0x4f,0x2b, - 0x5f,0x43,0x23, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x77,0x77,0x77, 0x83,0x83,0x83, 0x00,0x00,0x00, - 0xab,0xab,0xab, 0x63,0x63,0x63, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x7f,0x53,0x2f, 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, - 0x87,0x57,0x33, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x87,0x57,0x33, - 0x2b,0x23,0x0f, 0x83,0x83,0x83, 0xff,0xff,0xff, 0xb3,0xb3,0xb3, - 0x83,0x83,0x83, 0x2b,0x23,0x0f, 0x87,0x57,0x33, 0x4b,0x37,0x1b, - 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x7f,0x53,0x2f, 0xab,0xab,0xab, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x77,0x77,0x77, 0x7f,0x7f,0x7f, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x77,0x77,0x77, 0xdf,0xdf,0xdf, 0x7f,0x7f,0x7f, 0x7f,0x53,0x2f, - 0x8f,0x5f,0x37, 0xa3,0x6b,0x3f, 0x9b,0x63,0x3b, 0x87,0x57,0x33, - 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x7f,0x53,0x2f, - 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x7f,0x53,0x2f, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0x8f,0x5f,0x37, 0x87,0x57,0x33, - 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x77,0x77,0x77, 0x9f,0x9f,0x9f, - 0x7f,0x7f,0x7f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x77,0x77,0x77, 0x6b,0x47,0x27, 0x8f,0x5f,0x37, - 0xa3,0x6b,0x3f, 0xab,0x6f,0x43, 0x87,0x57,0x33, 0x5f,0x43,0x23, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x77,0x4f,0x2b, - 0x2b,0x23,0x0f, 0x7f,0x00,0x00, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, - 0x7f,0x00,0x00, 0x2b,0x23,0x0f, 0x77,0x4f,0x2b, 0x33,0x2b,0x13, - 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0xa3,0x6b,0x3f, 0x8f,0x5f,0x37, - 0x7f,0x53,0x2f, 0xdf,0xdf,0xdf, 0x9f,0x9f,0x9f, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x7f,0x53,0x2f, - 0x87,0x57,0x33, 0xa3,0x6b,0x3f, 0x9b,0x63,0x3b, 0x8f,0x5f,0x37, - 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x5f,0x43,0x23, - 0x2b,0x23,0x0f, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x67,0x00,0x00, - 0x9b,0x00,0x00, 0x2b,0x23,0x0f, 0x5f,0x43,0x23, 0x33,0x2b,0x13, - 0x5f,0x43,0x23, 0x77,0x4f,0x2b, 0x9b,0x63,0x3b, 0x87,0x57,0x33, - 0x77,0x4f,0x2b, 0x7f,0x7f,0x7f, 0x7f,0x53,0x2f, 0x6b,0x47,0x27, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x6b,0x47,0x27, - 0x7f,0x53,0x2f, 0x87,0x57,0x33, 0x87,0x57,0x33, 0x7f,0x53,0x2f, - 0x7f,0x53,0x2f, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, - 0x5f,0x43,0x23, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x67,0x00,0x00, - 0x9b,0x00,0x00, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, - 0x5f,0x43,0x23, 0x8f,0x5f,0x37, 0x87,0x57,0x33, 0x7f,0x53,0x2f, - 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, - 0x5f,0x43,0x23, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x6b,0x47,0x27, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x7f,0x53,0x2f, 0x7f,0x53,0x2f, - 0x77,0x4f,0x2b, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x7f,0x00,0x00, - 0x7f,0x00,0x00, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x53,0x3f,0x1f, - 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x6b,0x47,0x27, - 0x5f,0x43,0x23, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x53,0x3f,0x1f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x83,0x83,0x83, - 0xb7,0xb7,0xb7, 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x9b,0x00,0x00, 0x67,0x00,0x00, 0xbf,0xa7,0x8f, - 0xbf,0xa7,0x8f, 0xbf,0xa7,0x8f, 0x3f,0x2f,0x17, 0x5f,0x43,0x23, - 0x83,0x83,0x83, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x83,0x83,0x83, - 0xbf,0xbf,0xbf, 0xcb,0xcb,0xcb, 0xab,0xab,0xab, 0x00,0x00,0x00, - 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, - 0x3f,0x2f,0x17, 0xb3,0x00,0x00, 0x67,0x00,0x00, 0x7f,0x00,0x00, - 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, - 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, - 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x63,0x63,0x63, - 0x63,0x63,0x63, 0x63,0x63,0x63, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, - 0x5f,0x43,0x23, 0x3f,0x2f,0x17, 0x9b,0x00,0x00, 0x7f,0x00,0x00, - 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0x6b,0x47,0x27, - 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, - 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, - 0x93,0x7b,0x63, 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, - 0xff,0xcf,0xb3, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x77,0x4f,0x2b, - 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x93,0x7b,0x63, 0x93,0x7b,0x63, 0x93,0x7b,0x63, 0x93,0x7b,0x63, - 0xa7,0x8f,0x77, 0xff,0xbb,0x93, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, - 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x5f,0x43,0x23, 0x6b,0x47,0x27, - 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, - 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x5f,0x43,0x23, - 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, - 0xff,0xcf,0xb3, 0xa7,0x8f,0x77, 0x93,0x7b,0x63, 0xa7,0x8f,0x77, - 0xff,0xcf,0xb3, 0xef,0xa3,0x73, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, - 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x2b,0x23,0x0f, - 0xff,0xbb,0x93, 0xff,0xbb,0x93, 0xff,0xcf,0xb3, 0xff,0xcf,0xb3, - 0xef,0xa3,0x73, 0x6b,0x47,0x27, 0x87,0x57,0x33, 0x5f,0x43,0x23, - 0x5f,0x43,0x23, 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, - 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x00,0x00,0x00, - 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, - 0x3f,0x2f,0x17, 0xef,0xa3,0x73, 0xef,0xa3,0x73, 0xef,0xa3,0x73, - 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x87,0x57,0x33, - 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x87,0x57,0x33, - 0x9b,0x63,0x3b, 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x53,0x3f,0x1f, - 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0xb3,0x73,0x47, - 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x9b,0x63,0x3b, - 0x87,0x57,0x33, 0x87,0x57,0x33, 0x5f,0x43,0x23, 0x87,0x57,0x33, - 0x87,0x57,0x33, 0x87,0x57,0x33, 0x7f,0x53,0x2f, 0x53,0x3f,0x1f, - 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, - 0x53,0x3f,0x1f, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x33,0x2b,0x13, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, - 0x2b,0x23,0x0f, 0xef,0xa3,0x73, 0x2b,0x23,0x0f, 0x5f,0x43,0x23, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, - 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x53,0x3f,0x1f, - 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, - 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, - 0x33,0x2b,0x13, 0xb3,0x73,0x47, 0xef,0xa3,0x73, 0x3f,0x2f,0x17, - 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x5f,0x43,0x23, - 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x00,0x00,0x00, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, - 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, - 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, - 0x2b,0x23,0x0f, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x5f,0x43,0x23, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, - 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, - 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, - 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, - 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, - 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, - 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, - 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, - 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, - -}; diff --git a/src/doom-screensaver.desktop.in b/src/doom-screensaver.desktop.in new file mode 100644 index 00000000..cee79c2d --- /dev/null +++ b/src/doom-screensaver.desktop.in @@ -0,0 +1,12 @@ + +[Desktop Entry] +Encoding=UTF-8 +Name=Doom +Comment=DOOM by Id Software. +TryExec=@PACKAGE_TARNAME@ +Exec=@PACKAGE_TARNAME@ +StartupNotify=false +Terminal=false +Type=Application +Categories=Screensaver + diff --git a/src/i_video.c b/src/i_video.c index 568f0f7d..7732c63d 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -30,7 +30,7 @@ #include #include -#include "chocolate_doom_icon.c" +#include "icon.c" #include "config.h" #include "deh_main.h" @@ -850,11 +850,11 @@ void I_SetWindowIcon(void) { SDL_Surface *surface; - surface = SDL_CreateRGBSurfaceFrom(chocolate_doom_data, - chocolate_doom_w, - chocolate_doom_h, + surface = SDL_CreateRGBSurfaceFrom(icon_data, + icon_w, + icon_h, 24, - chocolate_doom_w * 3, + icon_w * 3, 0xff << 0, 0xff << 8, 0xff << 16, diff --git a/src/icon.c b/src/icon.c new file mode 100644 index 00000000..3a967e72 --- /dev/null +++ b/src/icon.c @@ -0,0 +1,262 @@ +static int icon_w = 32; +static int icon_h = 32; + +static unsigned char icon_data[] = { + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x77,0x4f,0x2b, 0x7f,0x53,0x2f, 0x9b,0x63,0x3b, 0x9b,0x63,0x3b, + 0x7f,0x53,0x2f, 0x77,0x4f,0x2b, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, + 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, + 0x8f,0x5f,0x37, 0x87,0x57,0x33, 0x77,0x4f,0x2b, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, 0x8f,0x5f,0x37, + 0x87,0x57,0x33, 0x87,0x57,0x33, 0x87,0x57,0x33, 0x87,0x57,0x33, + 0x87,0x57,0x33, 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x77,0x4f,0x2b, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x77,0x4f,0x2b, 0xb3,0x73,0x47, + 0x9b,0x63,0x3b, 0x7f,0x53,0x2f, 0x6b,0x47,0x27, 0x6b,0x47,0x27, + 0x7f,0x53,0x2f, 0x9b,0x63,0x3b, 0xb3,0x73,0x47, 0x8f,0x5f,0x37, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x7f,0x53,0x2f, 0xab,0x6f,0x43, 0xbf,0x7b,0x4b, + 0xb3,0x73,0x47, 0xa3,0x6b,0x3f, 0x87,0x57,0x33, 0x87,0x57,0x33, + 0xa3,0x6b,0x3f, 0xb3,0x73,0x47, 0xbf,0x7b,0x4b, 0xab,0x6f,0x43, + 0x7f,0x53,0x2f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x87,0x57,0x33, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, + 0x87,0x57,0x33, 0x9b,0x63,0x3b, 0xab,0x6f,0x43, 0xab,0x6f,0x43, + 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, + 0x87,0x57,0x33, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x87,0x57,0x33, 0x6b,0x47,0x27, 0x73,0x00,0x00, + 0xff,0x1f,0x1f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x33,0x2b,0x13, 0xff,0x1f,0x1f, 0x73,0x00,0x00, 0x6b,0x47,0x27, + 0x87,0x57,0x33, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x87,0x57,0x33, 0x6b,0x47,0x27, + 0x4f,0x00,0x00, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x6b,0x47,0x27, + 0x4b,0x37,0x1b, 0x4f,0x00,0x00, 0x6b,0x47,0x27, 0x87,0x57,0x33, + 0x6b,0x47,0x27, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x87,0x57,0x33, + 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, 0x77,0x4f,0x2b, 0x87,0x57,0x33, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, + 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x77,0x4f,0x2b, + 0x5f,0x43,0x23, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x77,0x77,0x77, 0x83,0x83,0x83, 0x00,0x00,0x00, + 0xab,0xab,0xab, 0x63,0x63,0x63, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x7f,0x53,0x2f, 0x87,0x57,0x33, 0x8f,0x5f,0x37, 0x8f,0x5f,0x37, + 0x87,0x57,0x33, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x87,0x57,0x33, + 0x2b,0x23,0x0f, 0x83,0x83,0x83, 0xff,0xff,0xff, 0xb3,0xb3,0xb3, + 0x83,0x83,0x83, 0x2b,0x23,0x0f, 0x87,0x57,0x33, 0x4b,0x37,0x1b, + 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x7f,0x53,0x2f, 0xab,0xab,0xab, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x77,0x77,0x77, 0x7f,0x7f,0x7f, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x77,0x77,0x77, 0xdf,0xdf,0xdf, 0x7f,0x7f,0x7f, 0x7f,0x53,0x2f, + 0x8f,0x5f,0x37, 0xa3,0x6b,0x3f, 0x9b,0x63,0x3b, 0x87,0x57,0x33, + 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x7f,0x53,0x2f, + 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x7f,0x53,0x2f, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0x8f,0x5f,0x37, 0x87,0x57,0x33, + 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x77,0x77,0x77, 0x9f,0x9f,0x9f, + 0x7f,0x7f,0x7f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x77,0x77,0x77, 0x6b,0x47,0x27, 0x8f,0x5f,0x37, + 0xa3,0x6b,0x3f, 0xab,0x6f,0x43, 0x87,0x57,0x33, 0x5f,0x43,0x23, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x77,0x4f,0x2b, + 0x2b,0x23,0x0f, 0x7f,0x00,0x00, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, + 0x7f,0x00,0x00, 0x2b,0x23,0x0f, 0x77,0x4f,0x2b, 0x33,0x2b,0x13, + 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0xa3,0x6b,0x3f, 0x8f,0x5f,0x37, + 0x7f,0x53,0x2f, 0xdf,0xdf,0xdf, 0x9f,0x9f,0x9f, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x7f,0x53,0x2f, + 0x87,0x57,0x33, 0xa3,0x6b,0x3f, 0x9b,0x63,0x3b, 0x8f,0x5f,0x37, + 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x5f,0x43,0x23, + 0x2b,0x23,0x0f, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x67,0x00,0x00, + 0x9b,0x00,0x00, 0x2b,0x23,0x0f, 0x5f,0x43,0x23, 0x33,0x2b,0x13, + 0x5f,0x43,0x23, 0x77,0x4f,0x2b, 0x9b,0x63,0x3b, 0x87,0x57,0x33, + 0x77,0x4f,0x2b, 0x7f,0x7f,0x7f, 0x7f,0x53,0x2f, 0x6b,0x47,0x27, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x6b,0x47,0x27, + 0x7f,0x53,0x2f, 0x87,0x57,0x33, 0x87,0x57,0x33, 0x7f,0x53,0x2f, + 0x7f,0x53,0x2f, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, + 0x5f,0x43,0x23, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x67,0x00,0x00, + 0x9b,0x00,0x00, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, + 0x5f,0x43,0x23, 0x8f,0x5f,0x37, 0x87,0x57,0x33, 0x7f,0x53,0x2f, + 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, + 0x5f,0x43,0x23, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x6b,0x47,0x27, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x7f,0x53,0x2f, 0x7f,0x53,0x2f, + 0x77,0x4f,0x2b, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x7f,0x00,0x00, 0x67,0x00,0x00, 0x7f,0x00,0x00, + 0x7f,0x00,0x00, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x53,0x3f,0x1f, + 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x6b,0x47,0x27, + 0x5f,0x43,0x23, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x53,0x3f,0x1f, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x83,0x83,0x83, + 0xb7,0xb7,0xb7, 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x9b,0x00,0x00, 0x67,0x00,0x00, 0xbf,0xa7,0x8f, + 0xbf,0xa7,0x8f, 0xbf,0xa7,0x8f, 0x3f,0x2f,0x17, 0x5f,0x43,0x23, + 0x83,0x83,0x83, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x83,0x83,0x83, + 0xbf,0xbf,0xbf, 0xcb,0xcb,0xcb, 0xab,0xab,0xab, 0x00,0x00,0x00, + 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, + 0x3f,0x2f,0x17, 0xb3,0x00,0x00, 0x67,0x00,0x00, 0x7f,0x00,0x00, + 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, + 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, + 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x63,0x63,0x63, + 0x63,0x63,0x63, 0x63,0x63,0x63, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, + 0x5f,0x43,0x23, 0x3f,0x2f,0x17, 0x9b,0x00,0x00, 0x7f,0x00,0x00, + 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, 0x6b,0x47,0x27, + 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, + 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, + 0x93,0x7b,0x63, 0xa7,0x8f,0x77, 0xbf,0xa7,0x8f, 0xa7,0x8f,0x77, + 0xff,0xcf,0xb3, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, 0x77,0x4f,0x2b, + 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x93,0x7b,0x63, 0x93,0x7b,0x63, 0x93,0x7b,0x63, 0x93,0x7b,0x63, + 0xa7,0x8f,0x77, 0xff,0xbb,0x93, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, + 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x5f,0x43,0x23, 0x6b,0x47,0x27, + 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, + 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x5f,0x43,0x23, + 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, + 0xff,0xcf,0xb3, 0xa7,0x8f,0x77, 0x93,0x7b,0x63, 0xa7,0x8f,0x77, + 0xff,0xcf,0xb3, 0xef,0xa3,0x73, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, + 0x2b,0x23,0x0f, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x2b,0x23,0x0f, + 0xff,0xbb,0x93, 0xff,0xbb,0x93, 0xff,0xcf,0xb3, 0xff,0xcf,0xb3, + 0xef,0xa3,0x73, 0x6b,0x47,0x27, 0x87,0x57,0x33, 0x5f,0x43,0x23, + 0x5f,0x43,0x23, 0x33,0x2b,0x13, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, + 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x00,0x00,0x00, + 0x2b,0x23,0x0f, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x2b,0x23,0x0f, + 0x3f,0x2f,0x17, 0xef,0xa3,0x73, 0xef,0xa3,0x73, 0xef,0xa3,0x73, + 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x87,0x57,0x33, + 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x87,0x57,0x33, + 0x9b,0x63,0x3b, 0x9b,0x63,0x3b, 0x87,0x57,0x33, 0x53,0x3f,0x1f, + 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0xb3,0x73,0x47, + 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x87,0x57,0x33, 0x9b,0x63,0x3b, + 0x87,0x57,0x33, 0x87,0x57,0x33, 0x5f,0x43,0x23, 0x87,0x57,0x33, + 0x87,0x57,0x33, 0x87,0x57,0x33, 0x7f,0x53,0x2f, 0x53,0x3f,0x1f, + 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x3f,0x2f,0x17, + 0x53,0x3f,0x1f, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x33,0x2b,0x13, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, + 0x2b,0x23,0x0f, 0xef,0xa3,0x73, 0x2b,0x23,0x0f, 0x5f,0x43,0x23, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, + 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x53,0x3f,0x1f, + 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, + 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x33,0x2b,0x13, + 0x33,0x2b,0x13, 0xb3,0x73,0x47, 0xef,0xa3,0x73, 0x3f,0x2f,0x17, + 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x5f,0x43,0x23, 0x5f,0x43,0x23, + 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x00,0x00,0x00, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, + 0x3f,0x2f,0x17, 0x3f,0x2f,0x17, 0x33,0x2b,0x13, 0x33,0x2b,0x13, + 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x2b,0x23,0x0f, 0x3f,0x2f,0x17, + 0x2b,0x23,0x0f, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x5f,0x43,0x23, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x5f,0x43,0x23, 0x6b,0x47,0x27, + 0x77,0x4f,0x2b, 0x77,0x4f,0x2b, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, + 0x33,0x2b,0x13, 0x3f,0x2f,0x17, 0x53,0x3f,0x1f, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, + 0x5f,0x43,0x23, 0x6b,0x47,0x27, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x53,0x3f,0x1f, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, + 0x53,0x3f,0x1f, 0x53,0x3f,0x1f, 0x4b,0x37,0x1b, 0x5f,0x43,0x23, + 0x5f,0x43,0x23, 0x53,0x3f,0x1f, 0x3f,0x2f,0x17, 0x4b,0x37,0x1b, + 0x53,0x3f,0x1f, 0x5f,0x43,0x23, 0x4b,0x37,0x1b, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x33,0x2b,0x13, 0x33,0x2b,0x13, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x3f,0x2f,0x17, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x6b,0x47,0x27, + 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x6b,0x47,0x27, 0x4b,0x37,0x1b, + 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x4b,0x37,0x1b, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, + +}; diff --git a/src/resource.rc.in b/src/resource.rc.in new file mode 100644 index 00000000..a6635932 --- /dev/null +++ b/src/resource.rc.in @@ -0,0 +1,22 @@ +1 ICON "..\\data\\chocolate-doom.ico" + +1 VERSIONINFO +PRODUCTVERSION @WINDOWS_RC_VERSION@ +FILEVERSION @WINDOWS_RC_VERSION@ +FILETYPE 1 +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "FileVersion", "@PACKAGE_VERSION@" + VALUE "FileDescription", "@PACKAGE_STRING@" + VALUE "InternalName", "@PACKAGE_TARNAME@" + VALUE "CompanyName", "@PACKAGE_BUGREPORT@" + VALUE "LegalCopyright", "GNU General Public License" + VALUE "ProductName", "@PACKAGE_NAME@" + VALUE "ProductVersion", "@PACKAGE_VERSION@" + } + } +} + -- cgit v1.2.3