forked from github/server
CONERT_TRIGGERS=1 um die triggers zu konvertieren
This commit is contained in:
parent
d35ec83eb6
commit
c013e9c027
|
@ -3,9 +3,10 @@ TARGETS = subdirs
|
|||
SUBDIRS = \
|
||||
common \
|
||||
eressea \
|
||||
mapper
|
||||
|
||||
# askalon \
|
||||
# tools \
|
||||
mapper
|
||||
|
||||
include Makefile.include
|
||||
|
||||
|
|
|
@ -133,6 +133,8 @@ $(BUILD_DIR)/%.o:: %.c
|
|||
## and only for old datafiles.
|
||||
##
|
||||
|
||||
#CFLAGS += -DCONVERT_TRIGGER
|
||||
#INCLUDES += -I. -I$(ERESSEA)/eressea/old
|
||||
ifeq ($(CONVERT_TRIGGERS), 1)
|
||||
CFLAGS += -DCONVERT_TRIGGER
|
||||
INCLUDES += -I. -I$(ERESSEA)/eressea/old
|
||||
endif
|
||||
|
||||
|
|
|
@ -15,9 +15,11 @@ OBJECTS = $(SOURCES:%.c=$(BUILD_DIR)/%.o)
|
|||
## conversion code for old triggers - should only be used for free eressea,
|
||||
## and only for old datafiles.
|
||||
##
|
||||
#SUBDIRS += old
|
||||
#LIBRARIES += $(PUBLISH_DIR)/libe-compat.a
|
||||
#LIBS += -le-compat
|
||||
ifeq ($(CONVERT_TRIGGERS), 1)
|
||||
SUBDIRS += old
|
||||
LIBRARIES += $(PUBLISH_DIR)/libe-compat.a
|
||||
LIBS += -le-compat
|
||||
endif
|
||||
|
||||
##
|
||||
## more definitions
|
||||
|
|
Loading…
Reference in New Issue