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?
10 lines
198 B
Makefile
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
|