added: -I.. flag for Makefiles when compiling
changed: in SpaceToJSON::PrintToken(): slash doesn't have to be escaped when serializing to JSON git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@444 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -9,7 +9,7 @@ $(libname): $(o)
|
||||
|
||||
|
||||
%.o: %.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $<
|
||||
$(CXX) -c $(CXXFLAGS) -I.. $<
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user