CONERT_TRIGGERS=1 um die triggers zu konvertieren

This commit is contained in:
Enno Rehling 2001-01-28 09:24:47 +00:00
parent d35ec83eb6
commit c013e9c027
3 changed files with 11 additions and 6 deletions

View File

@ -3,9 +3,10 @@ TARGETS = subdirs
SUBDIRS = \ SUBDIRS = \
common \ common \
eressea \ eressea \
mapper
# askalon \ # askalon \
# tools \ # tools \
mapper
include Makefile.include include Makefile.include

View File

@ -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

View File

@ -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