diff options
Diffstat (limited to 'compile')
-rwxr-xr-x | compile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |