build: simplify workflow
linux; switch to gcc to support older hlds builds as well win32: switch to clang as default compiler
This commit is contained in:
parent
1ecc0827c9
commit
28e9f44dee
8 changed files with 72 additions and 120 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 0252d7bd8561047a70ebd6cec421af7d9e1cc9c7
|
||||
Subproject commit 26f99881d660fb86e7ef377cf2e6ee615be30cea
|
||||
|
|
@ -24,8 +24,8 @@ typedef vec_t vec4_t[4];
|
|||
typedef int qboolean;
|
||||
typedef unsigned char byte;
|
||||
|
||||
#include <crlib/cr-vector.h>
|
||||
#include <crlib/cr-string.h>
|
||||
#include <crlib/vector.h>
|
||||
#include <crlib/string.h>
|
||||
|
||||
// idea from regamedll
|
||||
class string_t final : public cr::DenyCopying {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue