Remove FAKEDC and FAKEPSP options from Makefile

This commit is contained in:
Monster Iestyn 2017-09-29 21:04:46 +01:00
parent 7481ffef2a
commit 89619761f3
1 changed files with 0 additions and 8 deletions

View File

@ -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