2017-03-23 22:38:40 +00:00
|
|
|
#define VOS_NT_WINDOWS32 0x00040004L
|
|
|
|
#define VFT_APP 0x00000001L
|
|
|
|
|
|
|
|
//this will set your .exe icon
|
2017-12-16 03:10:32 +00:00
|
|
|
100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "melon.ico"
|
2017-03-23 22:38:40 +00:00
|
|
|
|
|
|
|
//include version information in .exe, modify these values to match your needs
|
|
|
|
1 VERSIONINFO
|
2019-03-26 02:33:30 +00:00
|
|
|
FILEVERSION 0,7,4,0
|
|
|
|
PRODUCTVERSION 0,7,4,0
|
2017-03-23 22:38:40 +00:00
|
|
|
FILETYPE VFT_APP
|
|
|
|
{
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
{
|
|
|
|
BLOCK "040904E4"
|
|
|
|
{
|
|
|
|
VALUE "CompanyName", "Melon Factory of Kuribo64"
|
2019-03-26 02:33:30 +00:00
|
|
|
VALUE "FileVersion", "0.7.4"
|
2017-03-23 22:38:40 +00:00
|
|
|
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
|
|
|
|
VALUE "InternalName", "SDnolem"
|
2019-01-22 14:58:29 +00:00
|
|
|
VALUE "LegalCopyright", "2016-2019 Arisotura & co."
|
2017-03-23 22:38:40 +00:00
|
|
|
VALUE "LegalTrademarks", ""
|
|
|
|
VALUE "OriginalFilename", "zafkflzdasd.exe"
|
|
|
|
VALUE "ProductName", "melonDS"
|
2019-03-26 02:33:30 +00:00
|
|
|
VALUE "ProductVersion", "0.7.4"
|
2017-03-23 22:38:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
{
|
|
|
|
VALUE "Translation", 0x0409, 1252 //language codes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
1 24 "xp.manifest"
|