mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 05:00:46 +00:00
Remove FAKEDC and FAKEPSP options from Makefile
This commit is contained in:
parent
7481ffef2a
commit
89619761f3
1 changed files with 0 additions and 8 deletions
|
@ -342,14 +342,6 @@ else
|
|||
OBJS:=$(OBJDIR)/md5.o $(OBJS)
|
||||
endif
|
||||
|
||||
ifdef FAKEDC
|
||||
OPTS+=-DDC
|
||||
endif
|
||||
|
||||
ifdef FAKEPSP
|
||||
OPTS+=-DPSP
|
||||
endif
|
||||
|
||||
ifdef NOPOSTPROCESSING
|
||||
OPTS+=-DNOPOSTPROCESSING
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue