*** empty log message ***

This commit is contained in:
Oliver Marquardt 2001-02-15 10:50:29 +00:00
parent 14187b1a6c
commit f94e61aab6
2 changed files with 28 additions and 1 deletions

View File

@ -24,8 +24,12 @@ LIBS += \
-le-races \
-le-attributes \
-le-util \
-lcurses \
-lm
ifeq ($(NCURSES), 1)
LIBS += -lncurses
else
LIBS += -lcurses
endif
##
## conversion code for old triggers - should only be used for free eressea,

23
src/marquardt.mk Normal file
View File

@ -0,0 +1,23 @@
ifndef ERESSEA
export ERESSEA=$(PWD)
endif
# CONVERT_TRIGGERS = 1
NCURSES = 1
# Hier definieren, damit nicht '@gcc'
CC = gcc
AR = ar
CTAGS = ctags
CC = gcc
LD = gcc
INSTALL = cp
# CFLAGS += -Wshadow
MSG_COMPILE = "Compiling $@"
MSG_SUBDIR = "Making $@ in $$subdir"