yapb-noob-edition/vc/yapb.rc
jeefo 53df621dfc
build: reworked build and package to simplify process
build: reworked build and package to simplify process
build: windows dll is now compiled by clang, msvc build added to extras package
fix: clear all the implicit conversions in the code (also fixed some bugs)
fix: crash on  never xash3d-fwgs engine
fix: fixed bad bot behaviors on aarch64
fix: crash on some maps due to missing previous node
fix: finally removed memset(this) within bot creatin
2023-04-02 12:17:12 +03:00

39 lines
1.6 KiB
Text

//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
// Copyright © 2004-2023 YaPB Project <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
#include <winver.h>
#ifdef VERSION_GENERATED
# define VERSION_HEADER <version.build.h>
#else
# define VERSION_HEADER "../inc/version.h"
#endif
#include VERSION_HEADER
VS_VERSION_INFO VERSIONINFO
FILEVERSION MODULE_VERSION_FILE
PRODUCTVERSION MODULE_VERSION_FILE
FILEOS 0x40004
FILETYPE 0x2 {
BLOCK "StringFileInfo" {
BLOCK "040904E4" {
VALUE "CompanyName", "YaPB Project" "\0"
VALUE "FileDescription", "YaPB v" MODULE_VERSION "." MODULE_COMMIT_COUNT " - The Counter-Strike Bot" "\0"
VALUE "LegalCopyright", "Copyright \251 2023 YaPB Project" "\0"
VALUE "OriginalFilename", "yapb.dll" "\0"
VALUE "ProductName", "YaPB" "\0"
VALUE "InternalName", "YaPB DLL" "\0"
VALUE "FileVersion", MODULE_VERSION "." MODULE_COMMIT_COUNT "\0"
VALUE "ProductVersion", MODULE_VERSION "." MODULE_COMMIT_COUNT "\0"
VALUE "SpecialBuild", MODULE_BUILD_ID "\0"
}
}
BLOCK "VarFileInfo" {
VALUE "Translation", 0x400, 1200
}
}