mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 03:11:49 +00:00
* Add version info (Windows) + Smart update checker * patch autogen, remove prints * Fix special case (min=0,fix=!0) * Not that obvious!! * Still too obvious... last one * the djoslin0 review * Nuked
27 lines
No EOL
770 B
Text
27 lines
No EOL
770 B
Text
id ICON res/icon.ico
|
|
|
|
#include <winver.h>
|
|
#include "../src/pc/network/version.h"
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,(VERSION_NUMBER-VERSION_OFFSET),MINOR_VERSION_NUMBER,0
|
|
PRODUCTVERSION VERSION_NUMBER,MINOR_VERSION_NUMBER,0,0
|
|
FILEOS VOS_NT
|
|
FILETYPE VFT_APP
|
|
{
|
|
BLOCK StringFileInfo
|
|
{
|
|
BLOCK "040904B0"
|
|
{
|
|
VALUE "FileDescription", "Super Mario 64 Coop Deluxe"
|
|
VALUE "FileVersion", SM64COOPDX_VERSION
|
|
VALUE "ProductName", "Super Mario 64 Coop Deluxe"
|
|
VALUE "ProductVersion", SM64COOPDX_VERSION
|
|
VALUE "InternalName", "sm64coopdx.exe"
|
|
VALUE "OriginalFilename", "sm64coopdx.exe"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 0x04B0
|
|
}
|
|
} |