nuclide/Source/Makefile
Marco Hladik 5055d92c5b Merging the Xylemon's changes to Scientist Hunt that got sent via a patch. Thanks Xylemon!
Also changed the way game-init works. Still gotta rename the Game_Worldspawn to reflect what it actually does now.
TODO: Add a Game_InitEnts alongside Game_Init?
2019-03-06 14:11:23 +01:00

10 lines
198 B
Makefile

CC=fteqcc
qc-progs:
$(CC) menu-fn/progs.src
$(CC) client/valve.src
$(CC) server/valve.src
$(CC) client/scihunt.src
$(CC) server/scihunt.src
$(CC) client/cstrike.src
$(CC) server/cstrike.src