Add LEGO1.DLL resources

This commit is contained in:
Anonymous Maarten 2024-01-06 12:44:48 +01:00
parent 27269647f8
commit 401ca217f9
13 changed files with 52 additions and 0 deletions

View File

@ -207,6 +207,7 @@ add_library(lego1 SHARED
LEGO1/realtime/realtimeview.cpp
LEGO1/realtime/vector.cpp
LEGO1/registrationbook.cpp
LEGO1/res/lego1.rc
LEGO1/score.cpp
LEGO1/scorestate.cpp
LEGO1/skateboard.cpp

BIN
LEGO1/res/arrow.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
LEGO1/res/busy.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
LEGO1/res/leaf_0.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_1.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_2.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_3.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_4.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_5.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_6.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

BIN
LEGO1/res/leaf_7.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

39
LEGO1/res/lego1.rc Normal file
View File

@ -0,0 +1,39 @@
#include "resource.h"
LEGO1_LEAF4 CURSOR "leaf_4.cur"
LEGO1_LEAF7 CURSOR "leaf_7.cur"
LEGO1_LEAF1 CURSOR "leaf_1.cur"
LEGO1_LEAF2 CURSOR "leaf_2.cur"
LEGO1_LEAF6 CURSOR "leaf_6.cur"
LEGO1_LEAF0 CURSOR "leaf_0.cur"
LEGO1_LEAF5 CURSOR "leaf_5.cur"
LEGO1_LEAF3 CURSOR "leaf_3.cur"
LEGO1_ARROW CURSOR "arrow.cur"
LEGO1_BUSY CURSOR "busy.cur"
1 VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEOS 0x40004
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "Mindscape, Inc."
VALUE "FileDescription", "LegoOmni Library"
VALUE "FileVersion", "1, 1, 0, 0"
VALUE "InternalName", "LegoOmni Library"
VALUE "LegalCopyright", "Copyright \xA9 1997"
VALUE "OriginalFilename", "LegoOmni Library"
VALUE "ProductName", "LegoOmni Library"
VALUE "ProductVersion", "1, 1, 0, 0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}

12
LEGO1/res/resource.h Normal file
View File

@ -0,0 +1,12 @@
#define LEGO1_ARROW 101
#define LEGO1_LEAF4 102
#define LEGO1_LEAF7 103
#define LEGO1_LEAF1 104
#define LEGO1_LEAF2 105
#define LEGO1_LEAF6 106
#define LEGO1_LEAF0 107
#define LEGO1_LEAF5 108
#define LEGO1_LEAF3 109
#define LEGO1_BUSY 111
#define APP_ICON 105