mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
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:
parent
dee99139f5
commit
05cf720c4d
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -151,11 +151,6 @@ ifeq ($(RENDERTYPE),WIN)
|
|||
EDITOROBJS+= $(OBJ)/startwin.editor.$o
|
||||
endif
|
||||
|
||||
ifneq (0,$(EFENCE))
|
||||
LIBS+= -lefence
|
||||
OURCFLAGS+= -DEFENCE
|
||||
endif
|
||||
|
||||
OURCFLAGS+= $(BUILDCFLAGS)
|
||||
|
||||
.SILENT:
|
||||
|
|
Loading…
Reference in a new issue