linux stuff

This commit is contained in:
Vladislav Khorev 2014-11-26 20:30:26 +00:00
parent 830b830358
commit 7a938a65c8

View File

@ -2,7 +2,7 @@ CC=g++
CFLAGS=-Wall -O3 -std=gnu++0x
LDFLAGS= -lpthread -lrt -lmysqlconn-static -L/usr/local/lib
BoostPath=../../../../boost_1_56_0
BoostPath=../../../boost_1_56_0
#======================================================