fix: crash when loading on windows xp (#244) build: switched to github hosted runners, and get rid of self-hosted build: windows exe and dll is now code-signed build: drop support for intel icc compiler
20 lines
591 B
C
20 lines
591 B
C
//
|
|
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
|
|
// Copyright © 2004-2021 YaPB Project <yapb@jeefo.net>.
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#pragma once
|
|
|
|
// generated by meson build system
|
|
#ifndef MODULE_BUILD_HASH
|
|
# define MODULE_BUILD_HASH "@hash@"
|
|
# define MODULE_BUILD_AUTHOR @author@
|
|
# define MODULE_BUILD_COUNT "@count@"
|
|
# define MODULE_BUILD_MACHINE "@machine@"
|
|
# define MODULE_BUILD_COMPILER "@compiler@"
|
|
# define MODULE_BOT_VERSION "@version@"
|
|
# define MODULE_BOT_VERSION_FILE @version_win@,@count@
|
|
# define MODULE_BOT_BUILD_ID "@count@:@hash@"
|
|
#endif
|