mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
8476bf06b2
* initial cmake implementation * ci: i guess older cmake doesn't support this * cmake: add max version to suppress warning Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com> --------- Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
35 lines
725 B
Text
35 lines
725 B
Text
#include "resource.h"
|
|
|
|
ISLE_ARROW CURSOR "arrow.cur"
|
|
ISLE_NO CURSOR "no.cur"
|
|
ISLE_BUSY CURSOR "busy.cur"
|
|
APP_ICON ICON "isle.ico"
|
|
|
|
1 VERSIONINFO
|
|
FILEVERSION 1,1,0,0
|
|
PRODUCTVERSION 1,1,0,0
|
|
FILEOS 0x40004
|
|
FILETYPE 0x1
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904b0"
|
|
{
|
|
VALUE "Comments", "DG JB AG RC EE"
|
|
VALUE "CompanyName", "Mindscape"
|
|
VALUE "FileDescription", "isle"
|
|
VALUE "FileVersion", "1, 1, 0, 0"
|
|
VALUE "InternalName", "isle"
|
|
VALUE "LegalCopyright", "Copyright \xA9 1997"
|
|
VALUE "OriginalFilename", "isle.exe"
|
|
VALUE "ProductName", "Adventures on LEGO Island"
|
|
VALUE "ProductVersion", "1, 1, 0, 0"
|
|
VALUE "SpecialBuild", "Very"
|
|
}
|
|
}
|
|
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 0x04B0
|
|
}
|
|
}
|