Loki/test/Makefile.common
lfittl 3c5746fef0 - Link only loki statically, but not other libs (tests)
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@701 7ec92016-0320-0410-acc4-a06ded1c099a
2006-09-11 20:56:55 +00:00

10 lines
173 B
Text

include ../../Makefile.common
override CPPFLAGS += -I../../include -DNDEBUG
LDLIBS := ../../lib/libloki.a
ifeq ($(OS),Windows)
BIN_SUFFIX := .exe
else
BIN_SUFFIX :=
endif