summaryrefslogtreecommitdiffhomepage
path: root/compile
diff options
context:
space:
mode:
Diffstat (limited to 'compile')
-rwxr-xr-xcompile3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile b/compile
index c7014e8..abdd5a7 100755
--- a/compile
+++ b/compile
@@ -71,6 +71,7 @@ src="\
gameinfo.c
gameserver.c
hook.c
+ hud.c
kvsys.c
l4dmm.c
l4dreset.c
@@ -92,7 +93,7 @@ $HOSTCC -O2 -fuse-ld=lld $warnings -D_FILE_OFFSET_BITS=64 -include stdbool.h \
-o .build/mkentprops src/build/mkentprops.c src/kv.c
.build/codegen `for s in $src; do echo "src/$s"; done`
.build/mkgamedata gamedata/engine.kv gamedata/gamelib.kv gamedata/inputsystem.kv \
- gamedata/matchmaking.kv
+gamedata/matchmaking.kv gamedata/vgui2.kv gamedata/vguimatsurface.kv
.build/mkentprops gamedata/entprops.kv
for s in $src; do cc "$s"; done
$CC -shared -fpic -fuse-ld=lld -O0 -w -o .build/libtier0.so src/stubs/tier0.c