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:
dmitry 2021-09-12 13:04:05 +03:00
commit 28e9f44dee
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
8 changed files with 72 additions and 120 deletions

View file

@ -10,7 +10,7 @@
#include <hlsdk/extdll.h>
#include <hlsdk/metamod.h>
#include <crlib/cr-complete.h>
#include <crlib/crlib.h>
// use all the cr-library
using namespace cr;