summaryrefslogtreecommitdiff
path: root/src/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/res')
-rw-r--r--src/res/Makeinfo6
-rw-r--r--src/res/UrQuanMasters.rc76
-rw-r--r--src/res/darwin/Info.plist22
-rw-r--r--src/res/darwin/PkgInfo1
-rw-r--r--src/res/darwin/The Ur-Quan Masters.icnsbin0 -> 66834 bytes
-rw-r--r--src/res/darwin/uqm.r3
-rw-r--r--src/res/kohr-ah1.icobin0 -> 2238 bytes
-rw-r--r--src/res/sis1.icobin0 -> 2238 bytes
-rw-r--r--src/res/starcon2.icobin0 -> 766 bytes
-rw-r--r--src/res/ur-quan-icon-24-hover-alpha.icobin0 -> 4718 bytes
-rw-r--r--src/res/ur-quan-icon-24-hover.icobin0 -> 2262 bytes
-rw-r--r--src/res/ur-quan-icon-alpha.icobin0 -> 25214 bytes
-rw-r--r--src/res/ur-quan-icon-std.icobin0 -> 10134 bytes
-rw-r--r--src/res/ur-quan1.icobin0 -> 2238 bytes
-rw-r--r--src/res/ur-quan2.icobin0 -> 2238 bytes
15 files changed, 108 insertions, 0 deletions
diff --git a/src/res/Makeinfo b/src/res/Makeinfo
new file mode 100644
index 0000000..61215fc
--- /dev/null
+++ b/src/res/Makeinfo
@@ -0,0 +1,6 @@
+case "$HOST_SYSTEM" in
+ MINGW32*)
+ uqm_RCFILES="UrQuanMasters.rc"
+ ;;
+esac
+
diff --git a/src/res/UrQuanMasters.rc b/src/res/UrQuanMasters.rc
new file mode 100644
index 0000000..aaf61a1
--- /dev/null
+++ b/src/res/UrQuanMasters.rc
@@ -0,0 +1,76 @@
+/////////////////////////////////////////////////////////////////////////////
+// UrQuanMasters.rc
+//
+// Resource script for Win32 builds
+//
+
+#include "../uqmversion.h"
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#ifdef _WIN32
+LANGUAGE 0x09, 0x01 // LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+1 VERSIONINFO
+ FILEVERSION UQM_MAJOR_VERSION,UQM_MINOR_VERSION,UQM_PATCH_VERSION,0
+ PRODUCTVERSION UQM_MAJOR_VERSION,UQM_MINOR_VERSION,UQM_PATCH_VERSION,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "See http://sc2.sourceforge.net\0"
+ VALUE "CompanyName", "sc2.sourceforge.net\0"
+ VALUE "FileDescription", "The Ur-Quan Masters main executable\0"
+ VALUE "FileVersion", UQM_STRING_VERSION "\0"
+ VALUE "InternalName", "uqm\0"
+ VALUE "LegalCopyright", "(C) 1992-1993, 2002-2011 by respective authors\0"
+#ifdef _DEBUG
+ VALUE "OriginalFilename", "uqmdebug.exe\0"
+#else
+ VALUE "OriginalFilename", "uqm.exe\0"
+#endif
+ VALUE "ProductName", "The Ur-Quan Masters\0"
+ VALUE "ProductVersion", UQM_STRING_VERSION "\0"
+ VALUE "SpecialBuild", "Alpha\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+SDL_app ICON PRELOAD DISCARDABLE "ur-quan-icon-alpha.ico"
+102 ICON DISCARDABLE "ur-quan-icon-std.ico"
+103 ICON DISCARDABLE "ur-quan1.ico"
+104 ICON DISCARDABLE "sis1.ico"
+105 ICON DISCARDABLE "ur-quan2.ico"
+106 ICON DISCARDABLE "kohr-ah1.ico"
+107 ICON DISCARDABLE "starcon2.ico"
diff --git a/src/res/darwin/Info.plist b/src/res/darwin/Info.plist
new file mode 100644
index 0000000..775285e
--- /dev/null
+++ b/src/res/darwin/Info.plist
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>The Ur-Quan Masters</string>
+ <key>CFBundleIconFile</key>
+ <string>The Ur-Quan Masters.icns</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@@VERSION@@</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>@@VERSION@@</string>
+</dict>
+</plist>
diff --git a/src/res/darwin/PkgInfo b/src/res/darwin/PkgInfo
new file mode 100644
index 0000000..bd04210
--- /dev/null
+++ b/src/res/darwin/PkgInfo
@@ -0,0 +1 @@
+APPL???? \ No newline at end of file
diff --git a/src/res/darwin/The Ur-Quan Masters.icns b/src/res/darwin/The Ur-Quan Masters.icns
new file mode 100644
index 0000000..5948823
--- /dev/null
+++ b/src/res/darwin/The Ur-Quan Masters.icns
Binary files differ
diff --git a/src/res/darwin/uqm.r b/src/res/darwin/uqm.r
new file mode 100644
index 0000000..35bb001
--- /dev/null
+++ b/src/res/darwin/uqm.r
@@ -0,0 +1,3 @@
+data 'MBAR' (128) {
+ $"0001 0080" /* ...€ */
+};
diff --git a/src/res/kohr-ah1.ico b/src/res/kohr-ah1.ico
new file mode 100644
index 0000000..d4aa7e7
--- /dev/null
+++ b/src/res/kohr-ah1.ico
Binary files differ
diff --git a/src/res/sis1.ico b/src/res/sis1.ico
new file mode 100644
index 0000000..84f9224
--- /dev/null
+++ b/src/res/sis1.ico
Binary files differ
diff --git a/src/res/starcon2.ico b/src/res/starcon2.ico
new file mode 100644
index 0000000..8b28c2c
--- /dev/null
+++ b/src/res/starcon2.ico
Binary files differ
diff --git a/src/res/ur-quan-icon-24-hover-alpha.ico b/src/res/ur-quan-icon-24-hover-alpha.ico
new file mode 100644
index 0000000..fb8b472
--- /dev/null
+++ b/src/res/ur-quan-icon-24-hover-alpha.ico
Binary files differ
diff --git a/src/res/ur-quan-icon-24-hover.ico b/src/res/ur-quan-icon-24-hover.ico
new file mode 100644
index 0000000..5c46054
--- /dev/null
+++ b/src/res/ur-quan-icon-24-hover.ico
Binary files differ
diff --git a/src/res/ur-quan-icon-alpha.ico b/src/res/ur-quan-icon-alpha.ico
new file mode 100644
index 0000000..4242535
--- /dev/null
+++ b/src/res/ur-quan-icon-alpha.ico
Binary files differ
diff --git a/src/res/ur-quan-icon-std.ico b/src/res/ur-quan-icon-std.ico
new file mode 100644
index 0000000..d084908
--- /dev/null
+++ b/src/res/ur-quan-icon-std.ico
Binary files differ
diff --git a/src/res/ur-quan1.ico b/src/res/ur-quan1.ico
new file mode 100644
index 0000000..1c40bbb
--- /dev/null
+++ b/src/res/ur-quan1.ico
Binary files differ
diff --git a/src/res/ur-quan2.ico b/src/res/ur-quan2.ico
new file mode 100644
index 0000000..d1ae7ec
--- /dev/null
+++ b/src/res/ur-quan2.ico
Binary files differ