aboutsummaryrefslogtreecommitdiff
path: root/melon.rc
blob: 4a0f17e6615ebe98c8bd9189b7ec3db7b8529705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 0,7,3,0
PRODUCTVERSION 0,7,3,0
FILETYPE VFT_APP
{
  BLOCK "StringFileInfo"
	{
		BLOCK "040904E4"
		{
			VALUE "CompanyName", "Melon Factory of Kuribo64"
			VALUE "FileVersion", "0.7.3"
			VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
			VALUE "InternalName", "SDnolem"
			VALUE "LegalCopyright", "2016-2019 Arisotura & co."
			VALUE "LegalTrademarks", ""
			VALUE "OriginalFilename", "zafkflzdasd.exe"
			VALUE "ProductName", "melonDS"
			VALUE "ProductVersion", "0.7.3"
		}
	}
  BLOCK "VarFileInfo"
	{
		VALUE "Translation", 0x0409, 1252 //language codes
	}
}

1 24 "xp.manifest"