Dependency updates
This commit is contained in:
parent
cc0e555a31
commit
fc0eb0b056
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit 3d8910741ce01a404daf80663dc2c812e8256b24
|
||||
Subproject commit 50d813eda2b2068cc3e681fec19ddbaef92cccf1
|
4
dub.json
4
dub.json
|
@ -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
|
2
makefile
2
makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue