fix: crash when exiting linux listen server (#241)
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
This commit is contained in:
parent
c5bdc8dfec
commit
1e9bc3cb5f
9 changed files with 456 additions and 287 deletions
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
// generated by meson build system
|
||||
#ifndef MODULE_BUILD_HASH
|
||||
# define MODULE_BUILD_HASH "@commitHash@"
|
||||
# define MODULE_BUILD_AUTHOR @commitAuthor@
|
||||
# define MODULE_BUILD_COUNT "@commitCount@"
|
||||
# define MODULE_BUILD_MACHINE "@buildMachine@"
|
||||
# define MODULE_BUILD_COMPILER "@buildCompiler@"
|
||||
# define MODULE_BOT_VERSION "@buildVersion@"
|
||||
# define MODULE_BOT_VERSION_FILE @buildVersionWin@,@commitCount@
|
||||
# define MODULE_BOT_BUILD_ID "@commitCount@:@commitHash@"
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue