aboutsummaryrefslogtreecommitdiff
path: root/melon.rc
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-23 23:38:40 +0100
committerStapleButter <thetotalworm@gmail.com>2017-03-23 23:38:40 +0100
commit49314244e1f3923304bc731a691d2c3222f92627 (patch)
treebe2ca1c3672333a69fb595bc27e13ed65ab72b89 /melon.rc
parentf237afeb66d45220ae0061c1dd8a35eb0335e8b0 (diff)
start work on the input config dialog. nonfunctional and looks like shit.
add manifest crap under Windows so it gets the cool controls.
Diffstat (limited to 'melon.rc')
-rw-r--r--melon.rc34
1 files changed, 34 insertions, 0 deletions
diff --git a/melon.rc b/melon.rc
new file mode 100644
index 0000000..790a6dc
--- /dev/null
+++ b/melon.rc
@@ -0,0 +1,34 @@
+#define VOS_NT_WINDOWS32 0x00040004L
+#define VFT_APP 0x00000001L
+
+//this will set your .exe icon
+//A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "melon.ico"
+
+//include version information in .exe, modify these values to match your needs
+1 VERSIONINFO
+FILEVERSION 0,1,1,1
+PRODUCTVERSION 0,1,1,1
+FILETYPE VFT_APP
+{
+ BLOCK "StringFileInfo"
+ {
+ BLOCK "040904E4"
+ {
+ VALUE "CompanyName", "Melon Factory of Kuribo64"
+ VALUE "FileVersion", "0.1"
+ VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
+ VALUE "InternalName", "SDnolem"
+ VALUE "LegalCopyright", "2016-2017 StapleButter & co."
+ VALUE "LegalTrademarks", ""
+ VALUE "OriginalFilename", "zafkflzdasd.exe"
+ VALUE "ProductName", "melonDS"
+ VALUE "ProductVersion", "0.1"
+ }
+ }
+ BLOCK "VarFileInfo"
+ {
+ VALUE "Translation", 0x0409, 1252 //language codes
+ }
+}
+
+1 24 "xp.manifest"