Use new dparse and dsymbol

This commit is contained in:
Hackerpilot 2015-10-29 16:15:03 -07:00
parent a55e93abb3
commit 73ddd29ce2
41 changed files with 114 additions and 116 deletions

View file

@ -10,7 +10,8 @@ SRC := \
$(shell find containers/src -name "*.d")\
$(shell find dsymbol/src -name "*.d")\
$(shell find inifiled/source/ -name "*.d")\
$(shell find libdparse/src/std/ -name "*.d")\
$(shell find libdparse/src/std/experimental/ -name "*.d")\
$(shell find libdparse/src/dparse/ -name "*.d")\
$(shell find src/ -name "*.d")
INCLUDE_PATHS = \
-Iinifiled/source -Isrc\