move Electric Fence (EFENCE) handling from build/Makefile to Makefile.common

git-svn-id: https://svn.eduke32.com/eduke32@2059 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2011-10-02 07:16:57 +00:00
parent dee99139f5
commit 05cf720c4d
2 changed files with 5 additions and 5 deletions

View file

@ -123,6 +123,11 @@ ifneq (0,$(USE_LIBVPX))
BASECFLAGS+= -DUSE_LIBVPX
endif
ifneq (0,$(EFENCE))
LIBS+= -lefence
BASECFLAGS+= -DEFENCE
endif
BASECXXFLAGS= -fno-exceptions -fno-rtti
BASEASFLAGS=-s #-g

View file

@ -151,11 +151,6 @@ ifeq ($(RENDERTYPE),WIN)
EDITOROBJS+= $(OBJ)/startwin.editor.$o
endif
ifneq (0,$(EFENCE))
LIBS+= -lefence
OURCFLAGS+= -DEFENCE
endif
OURCFLAGS+= $(BUILDCFLAGS)
.SILENT: