35 lines
890 B
Plaintext
35 lines
890 B
Plaintext
#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,5,5,5
|
|
PRODUCTVERSION 0,5,5,5
|
|
FILETYPE VFT_APP
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904E4"
|
|
{
|
|
VALUE "CompanyName", "Melon Factory of Kuribo64"
|
|
VALUE "FileVersion", "0.5"
|
|
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.5"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 1252 //language codes
|
|
}
|
|
}
|
|
|
|
1 24 "xp.manifest"
|