isle-portable/ISLE/res/isle.rc
MattKC 8476bf06b2
Yet another CMake implementation (#61)
* 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>
2023-06-29 16:39:02 -07:00

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
}
}