independent from libloki, use namespace loki, remove warnings
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@435 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
972ba9915b
commit
21341bc317
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
OBJ = main.o
|
||||
BIN = main-gcc
|
||||
CXXFLAGS = -I../../include -Wall -O2 -DNDEBUG
|
||||
LIBS = -L../../lib -lloki
|
||||
LIBS =
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
$(CXX) -o $(BIN) $(OBJ) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue