aboutsummaryrefslogtreecommitdiff
path: root/melon.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'melon.rc.in')
-rw-r--r--melon.rc.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/melon.rc.in b/melon.rc.in
new file mode 100644
index 0000000..717f304
--- /dev/null
+++ b/melon.rc.in
@@ -0,0 +1,34 @@
+#define VOS_NT_WINDOWS32 0x00040004L
+#define VFT_APP 0x00000001L
+
+//this will set your .exe icon
+100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "melon.ico"
+
+//include version information in .exe, modify these values to match your needs
+1 VERSIONINFO
+FILEVERSION ${MELONDS_VERSION_MAJOR},${MELONDS_VERSION_MINOR},${MELONDS_VERSION_PATCH},0
+PRODUCTVERSION ${MELONDS_VERSION_MAJOR},${MELONDS_VERSION_MINOR},${MELONDS_VERSION_PATCH},0
+FILETYPE VFT_APP
+{
+ BLOCK "StringFileInfo"
+ {
+ BLOCK "040904E4"
+ {
+ VALUE "CompanyName", "Melon Factory of Kuribo64"
+ VALUE "FileVersion", "${MELONDS_VERSION}"
+ VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
+ VALUE "InternalName", "SDnolem"
+ VALUE "LegalCopyright", "2016-2020 Arisotura & co."
+ VALUE "LegalTrademarks", ""
+ VALUE "OriginalFilename", "zafkflzdasd.exe"
+ VALUE "ProductName", "melonDS"
+ VALUE "ProductVersion", "${MELONDS_VERSION}"
+ }
+ }
+ BLOCK "VarFileInfo"
+ {
+ VALUE "Translation", 0x0409, 1252 //language codes
+ }
+}
+
+1 24 "xp.manifest"