finalize CMake shit.

Windows will stick to CodeBlocks until making a cross-platform build system isn't a total trainwreck under Windows.
This commit is contained in:
StapleButter
2017-04-30 03:46:27 +02:00
parent 1b06b2765d
commit ee8d621880
6 changed files with 17 additions and 19 deletions

View File

@ -6,8 +6,8 @@
//include version information in .exe, modify these values to match your needs
1 VERSIONINFO
FILEVERSION 0,2,2,2
PRODUCTVERSION 0,2,2,2
FILEVERSION 0,3,3,3
PRODUCTVERSION 0,3,3,3
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@ -15,14 +15,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "Melon Factory of Kuribo64"
VALUE "FileVersion", "0.2"
VALUE "FileVersion", "0.3"
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.2"
VALUE "ProductVersion", "0.3"
}
}
BLOCK "VarFileInfo"