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

@ -1 +1 @@
Subproject commit 3d8910741ce01a404daf80663dc2c812e8256b24
Subproject commit 50d813eda2b2068cc3e681fec19ddbaef92cccf1

View File

@ -7,8 +7,8 @@
"targetType": "executable",
"versions": ["built_with_dub"],
"dependencies": {
"libdparse": "0.7.0-alpha.14",
"dsymbol": "0.2.0-alpha.9",
"libdparse": "0.7.0-alpha.15",
"dsymbol": "0.2.0-alpha.10",
"inifiled": ">=0.0.6",
"emsi_containers": "0.5.0"
},

@ -1 +1 @@
Subproject commit da6c503a2dec079435982a5861ffe3016180a749
Subproject commit 1e811d2b5da79ae44dd79b68d1379f67d1250cb9

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