mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-03-23 02:51:44 +00:00
cleanups
This commit is contained in:
parent
61b91623e5
commit
d9306688b4
2 changed files with 5 additions and 2 deletions
|
@ -1829,6 +1829,9 @@ void(entity p) TeamFortress_SetSkin;
|
|||
|
||||
void() PutClientInServer =
|
||||
{
|
||||
#ifdef MAP_DEBUG
|
||||
local string st;
|
||||
#endif
|
||||
local float iszoom, oldclass;
|
||||
local entity spot, te;
|
||||
|
||||
|
|
4
makefile
4
makefile
|
@ -1,6 +1,6 @@
|
|||
all: progs.src *.qc *.qh
|
||||
qfcc --warn=error --advanced
|
||||
qfcc --warn=error --advanced $(CFLAGS)
|
||||
debug: progs.src *.qc *.qh
|
||||
qfcc --warn=all --code=debug --advanced -DDEBUG
|
||||
qfcc --warn=all --code=debug --advanced -DDEBUG $(CFLAGS)
|
||||
clean:
|
||||
rm -f core *.dat *.pqc *.sym progdefs.h
|
||||
|
|
Loading…
Reference in a new issue