2019-01-04 23:16:22 +00:00
// WARNING: for the love of all that is good and holy
// please DO NOT convert this file to UTF-8, much less
// UTF-16 - the UNIX cross-rc does not understand UTF-16,
// and UTF-8 chews up the copyright symbols.
// -rick
//
2018-12-25 02:38:43 +00:00
// Microsoft Visual C++ generated resource script.
//
2019-02-14 00:22:21 +00:00
#include <win32/resource.h>
2019-12-13 01:55:15 +00:00
#include <constants/version.h>
2019-08-29 20:49:16 +00:00
#ifdef __GNUC__
2018-12-25 03:25:51 +00:00
#include <winresrc.h>
2019-08-29 20:49:16 +00:00
#endif
2018-12-25 02:38:43 +00:00
/////////////////////////////////////////////////////////////////////////////
2019-01-04 06:34:51 +00:00
// English (United States) resources
2018-12-25 02:38:43 +00:00
2019-01-11 02:20:40 +00:00
#define STRINGIZER(version) #version
#ifdef LLARP_RELEASE_MOTTO
#define VERSION_STRING(version, codename, revision) \
STRINGIZER(version) "-release [" STRINGIZER(codename) "] (rev-" STRINGIZER(revision) ")"
#else
#define VERSION_STRING(version, revision) \
STRINGIZER(version) STRINGIZER(revision)
#endif
2018-12-25 02:38:43 +00:00
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
2018-12-25 03:25:51 +00:00
LANGUAGE 1033,1
#pragma code_page(1252)
2018-12-25 02:38:43 +00:00
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
2019-07-17 21:57:38 +00:00
1 TEXTINCLUDE
2018-12-25 02:38:43 +00:00
BEGIN
"resource.h\0"
END
2019-07-17 21:57:38 +00:00
2 TEXTINCLUDE
2018-12-25 02:38:43 +00:00
BEGIN
"\0"
END
2019-07-17 21:57:38 +00:00
3 TEXTINCLUDE
2018-12-25 02:38:43 +00:00
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
2019-08-30 13:38:21 +00:00
FILEVERSION LLARP_VERSION
PRODUCTVERSION LLARP_VERSION
2018-12-25 02:38:43 +00:00
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x3L
#else
FILEFLAGS 0x2L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
2019-02-02 08:51:33 +00:00
VALUE "Comments", "LokiNET test suite"
2018-12-25 02:38:43 +00:00
VALUE "CompanyName", "Loki Foundation"
2019-08-30 01:53:09 +00:00
VALUE "FileDescription", "LokiNET for Microsoft<66> Windows<77> NT<4E> "
2019-12-14 01:20:45 +00:00
VALUE "FileVersion", VERSION_STRING(LLARP_VERSION_TRIPLET, LLARP_RELEASE_MOTTO, VERSIONTAG)
2018-12-25 02:38:43 +00:00
VALUE "InternalName", "llarpd"
2020-01-06 02:40:34 +00:00
VALUE "LegalCopyright", "Copyright <20> 2018-2020 Jeff Becker, Rick V for the Loki Foundation. All rights reserved. This software is provided under the terms of the zlib-libpng licence; see the file LICENSE for details."
2018-12-25 02:38:43 +00:00
VALUE "OriginalFilename", "llarpd.exe"
VALUE "ProductName", "LokiNET for Windows"
2019-12-14 01:20:45 +00:00
VALUE "ProductVersion", VERSION_STRING(LLARP_VERSION_TRIPLET, LLARP_RELEASE_MOTTO, VERSIONTAG)
2018-12-25 02:38:43 +00:00
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
2018-12-25 03:25:51 +00:00
/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//
2019-12-16 02:25:51 +00:00
// Uncomment if your toolchain does not provide a default-manifest.o
//4 RT_MANIFEST "app.xml"
2019-01-04 06:34:51 +00:00
#endif // English (United States) resources
2018-12-25 02:38:43 +00:00
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED