2013年4月18日
摘要: OUT = test.exeSRC = ./main.cpp ./proto/message.pb.ccINC = ./proto/message.pb.hBOOST_INCLUDE = F:/boost_1_51_0BOOST_LIB = F:/boost_1_51_0/stage/lib/v9/libPROTO_LIB = C:/cygwin/usr/local/lib/PROTO_INCLUDE = C:/cygwin/usr/local/include/all : $(OUT)$(OUT) : $(SRC) g++ -w -ggdb -o $(OUT) $(SRC) -I$(P... 阅读全文
posted @ 2013-04-18 18:55 夏多 阅读(347) 评论(0) 推荐(0)