mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Dependency updates
This commit is contained in:
parent
cc0e555a31
commit
fc0eb0b056
4 changed files with 4 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue