-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwgltest.rc
41 lines (36 loc) · 850 Bytes
/
wgltest.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* shutdown some MinGW warnings */
#define _XMMINTRIN_H_INCLUDED
#ifdef WINDRES
#undef RC_INVOKED
#endif
#ifndef RC_INVOKED
#include "winuser.h"
#include "mesa9x.h"
101 ICON "wgltest.ico"
1 VERSIONINFO
FILEVERSION MESA9X_VERSION_NUM
PRODUCTVERSION MESA9X_VERSION_NUM
FILEOS 0x40004
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "CompanyName", "JHRobotics"
VALUE "FileDescription", "OpenGL quick check"
VALUE "FileVersion", MESA9X_VERSION_STR
VALUE "InternalName", "wgltest.exe"
VALUE "LegalCopyright", "(C) 2023-2024 Jaroslav Hensl"
VALUE "OriginalFilename", "wgltest.exe"
VALUE "PrivateBuild", MESA9X_VERSION_STR
VALUE "ProductName", "Mesa9X"
VALUE "ProductVersion", MESA9X_VERSION_STR
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}
#endif