2017-03-23 16:38:40 -06:00
|
|
|
#define VOS_NT_WINDOWS32 0x00040004L
|
|
|
|
#define VFT_APP 0x00000001L
|
|
|
|
|
|
|
|
//this will set your .exe icon
|
2017-12-15 20:10:32 -07:00
|
|
|
100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "melon.ico"
|
2017-03-23 16:38:40 -06:00
|
|
|
|
|
|
|
//include version information in .exe, modify these values to match your needs
|
|
|
|
1 VERSIONINFO
|
2018-12-11 13:52:21 -07:00
|
|
|
FILEVERSION 0,7,1,0
|
|
|
|
PRODUCTVERSION 0,7,1,0
|
2017-03-23 16:38:40 -06:00
|
|
|
FILETYPE VFT_APP
|
|
|
|
{
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
{
|
|
|
|
BLOCK "040904E4"
|
|
|
|
{
|
|
|
|
VALUE "CompanyName", "Melon Factory of Kuribo64"
|
2018-12-11 13:52:21 -07:00
|
|
|
VALUE "FileVersion", "0.7.1"
|
2017-03-23 16:38:40 -06:00
|
|
|
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
|
|
|
|
VALUE "InternalName", "SDnolem"
|
2018-10-23 16:38:35 -06:00
|
|
|
VALUE "LegalCopyright", "2016-2019 StapleButter & co."
|
2017-03-23 16:38:40 -06:00
|
|
|
VALUE "LegalTrademarks", ""
|
|
|
|
VALUE "OriginalFilename", "zafkflzdasd.exe"
|
|
|
|
VALUE "ProductName", "melonDS"
|
2018-12-11 13:52:21 -07:00
|
|
|
VALUE "ProductVersion", "0.7.1"
|
2017-03-23 16:38:40 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
{
|
|
|
|
VALUE "Translation", 0x0409, 1252 //language codes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
1 24 "xp.manifest"
|