mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
make it build :)
This commit is contained in:
parent
662ca62207
commit
21379455db
3 changed files with 5 additions and 2 deletions
|
@ -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
3
ParoxysmII/source/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.dat
|
||||
*.sym
|
||||
config.rh
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue