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:
parent
b44c50216e
commit
3156804c37
7 changed files with 38 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue