Dependency updates

This commit is contained in:
Hackerpilot 2016-07-28 14:26:57 -07:00
parent cc0e555a31
commit fc0eb0b056
4 changed files with 4 additions and 6 deletions

View file

@ -6,7 +6,6 @@ GDC := gdc
LDC := ldc2
OBJ_DIR := obj
SRC := \
$(shell find containers/experimental_allocator/src -name "*.d")\
$(shell find containers/src -name "*.d")\
$(shell find dsymbol/src -name "*.d")\
$(shell find inifiled/source/ -name "*.d")\
@ -16,7 +15,6 @@ SRC := \
INCLUDE_PATHS = \
-Iinifiled/source -Isrc\
-Ilibdparse/src\
-Ilibdparse/experimental_allocator/src\
-Idsymbol/src -Icontainers/src
VERSIONS =
DEBUG_VERSIONS = -version=dparse_verbose