make it build :)

This commit is contained in:
Bill Currie 2003-10-22 21:17:18 +00:00
parent 662ca62207
commit 21379455db
3 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ W = waiting on other work
I Single source tree, using qfcc with cpp support
o Add code to exec a script on map change (e.g. if maps/q1_q3dm17.bsp is
loaded, exec q1_q3dm17.bsp.cfg)
o commit to a CVS tree somewhere
X commit to a CVS tree somewhere
o Better team support (classes?)
W Client-side game code (waiting for QF support)
W secondtrigger as a +command (CSGC)

3
ParoxysmII/source/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.dat
*.sym
config.rh

View File

@ -5,7 +5,7 @@ SRC= buttons.r builtins.r client.r combat.r defs.r doors.r dynlight.r \
HEADERS = client.rh paroxysm.rh config.rh
RFLAGS += -Wall -Werror -g
RFLAGS += -Wall -Werror -g --advanced
INSTALLDIR = $(HOME)/.quake/paroxysm/