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 = \
|
SUBDIRS = \
|
||||||
common \
|
common \
|
||||||
eressea \
|
eressea \
|
||||||
|
mapper
|
||||||
|
|
||||||
# askalon \
|
# askalon \
|
||||||
# tools \
|
# tools \
|
||||||
mapper
|
|
||||||
|
|
||||||
include Makefile.include
|
include Makefile.include
|
||||||
|
|
||||||
|
|
|
@ -133,6 +133,8 @@ $(BUILD_DIR)/%.o:: %.c
|
||||||
## and only for old datafiles.
|
## and only for old datafiles.
|
||||||
##
|
##
|
||||||
|
|
||||||
#CFLAGS += -DCONVERT_TRIGGER
|
ifeq ($(CONVERT_TRIGGERS), 1)
|
||||||
#INCLUDES += -I. -I$(ERESSEA)/eressea/old
|
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,
|
## conversion code for old triggers - should only be used for free eressea,
|
||||||
## and only for old datafiles.
|
## and only for old datafiles.
|
||||||
##
|
##
|
||||||
#SUBDIRS += old
|
ifeq ($(CONVERT_TRIGGERS), 1)
|
||||||
#LIBRARIES += $(PUBLISH_DIR)/libe-compat.a
|
SUBDIRS += old
|
||||||
#LIBS += -le-compat
|
LIBRARIES += $(PUBLISH_DIR)/libe-compat.a
|
||||||
|
LIBS += -le-compat
|
||||||
|
endif
|
||||||
|
|
||||||
##
|
##
|
||||||
## more definitions
|
## more definitions
|
||||||
|
|
Loading…
Reference in New Issue