mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Use new dparse and dsymbol
This commit is contained in:
parent
a55e93abb3
commit
73ddd29ce2
41 changed files with 114 additions and 116 deletions
3
makefile
3
makefile
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue