diff options
| author | Stefan Boberg <[email protected]> | 2021-09-22 11:51:02 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-22 11:51:02 +0200 |
| commit | 3994772a14f8ed6b4a8c37799f217aeda0bfc28a (patch) | |
| tree | f75e0d8ed1aa6393197860db2188385db1d64b06 /zenserver/zenserver.rc | |
| parent | Added lua config script syntax error handling. (diff) | |
| download | zen-3994772a14f8ed6b4a8c37799f217aeda0bfc28a.tar.xz zen-3994772a14f8ed6b4a8c37799f217aeda0bfc28a.zip | |
Added application icon for zenserver (JIRA UE-127320)
Diffstat (limited to 'zenserver/zenserver.rc')
| -rw-r--r-- | zenserver/zenserver.rc | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/zenserver/zenserver.rc b/zenserver/zenserver.rc new file mode 100644 index 000000000..347e997aa --- /dev/null +++ b/zenserver/zenserver.rc @@ -0,0 +1,81 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "D:\\zen\\UnrealEngine.ico" + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (United Kingdom) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // English (United Kingdom) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |