From 89619761f333cefd215eb677cc784bcf5931e080 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Fri, 29 Sep 2017 21:04:46 +0100 Subject: [PATCH] Remove FAKEDC and FAKEPSP options from Makefile --- src/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4ecd26b4c..4b6b97113 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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