shokai / json-builder

json builder for C++. convert from std::map and std::vector to json string.

Clone this repository (size: 49.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shokai/json-builder/
json-builder / test / Makefile
r8:abbc9d0a382d 10 loc 256 bytes embed / history / annotate / raw /
INCPATH=/opt/local/include
LIBPATH=/opt/local/lib

INCLUDE=-I$(INCPATH)/boost
LIBS=$(LIBPATH)/libboost_regex-mt.a

all:
	g++ -O test.cpp -o test $(INCLUDE) $(LIBS)
	g++ -O test2.cpp -o test2 $(INCLUDE) $(LIBS)
	g++ -O test3.cpp -o test3 $(INCLUDE) $(LIBS)