update build process

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@285 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-10-05 18:14:21 +00:00
parent b44c50216e
commit 3156804c37
7 changed files with 38 additions and 10 deletions

View file

@ -6,7 +6,7 @@ OBJ = main.o
LINKOBJ = main.o
CXXINCS = -I./../../include -I.
LIBS = -L../../lib -lloki
CXXFLAGS = $(CXXINCS) -O2 -DNDEBUG -pedantic
CXXFLAGS = $(CXXINCS) -O2 -DNDEBUG
BIN = main-gcc.exe
RM = rm -f
CHK_DIR_EXISTS= if not exist