thin_restore now parses xml and hands to an emitter

This commit is contained in:
Joe Thornber
2011-10-25 14:47:49 +01:00
parent 13e26684f7
commit 28ab23fe6c
6 changed files with 152 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ OBJECTS=$(subst .cc,.o,$(SOURCE))
TOP_DIR:=$(PWD)
CPPFLAGS=-Wall -g -I$(TOP_DIR) -O8
#CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
LIBS=-lstdc++ -lboost_program_options
LIBS=-lstdc++ -lboost_program_options -lexpat
.PHONEY: test-programs