Added the teamplay files to the game compile bat files.

This commit is contained in:
Richard Allen 2002-01-24 17:46:11 +00:00
parent 1de6a342d5
commit 3a304da2c0
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,8 @@ set cc=call ..\compile.bat
@if errorlevel 1 goto quit
%cc% ../g_team.c
@if errorlevel 1 goto quit
%cc% ../g_teamplay.c
@if errorlevel 1 goto quit
%cc% ../g_trigger.c
@if errorlevel 1 goto quit
%cc% ../g_utils.c

View file

@ -30,6 +30,7 @@ g_spawn
g_svcmds
g_target
g_team
g_teamplay
g_trigger
g_utils
g_weapon