mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Moved DSymbol into DCD
This commit is contained in:
parent
1656e77b9c
commit
2220812b96
12 changed files with 29 additions and 43 deletions
10
makefile
10
makefile
|
@ -8,13 +8,12 @@ LDC := ldc2
|
|||
|
||||
LIB_SRC := \
|
||||
$(shell find containers/src -name "*.d")\
|
||||
$(shell find dsymbol/src -name "*.d")\
|
||||
$(shell find DCD/dsymbol/src -name "*.d")\
|
||||
$(shell find inifiled/source/ -name "*.d")\
|
||||
$(shell find libdparse/src/std/experimental/ -name "*.d")\
|
||||
$(shell find libdparse/src/dparse/ -name "*.d")\
|
||||
$(shell find libddoc/src -name "*.d") \
|
||||
$(shell find libddoc/common/source -name "*.d") \
|
||||
$(shell find stdx-allocator/source -name "*.d")
|
||||
$(shell find libddoc/common/source -name "*.d")
|
||||
PROJECT_SRC := $(shell find src/ -name "*.d")
|
||||
SRC := $(LIB_SRC) $(PROJECT_SRC)
|
||||
|
||||
|
@ -40,11 +39,10 @@ INCLUDE_PATHS = \
|
|||
-Isrc \
|
||||
-Iinifiled/source \
|
||||
-Ilibdparse/src \
|
||||
-Idsymbol/src \
|
||||
-IDCD/dsymbol/src \
|
||||
-Icontainers/src \
|
||||
-Ilibddoc/src \
|
||||
-Ilibddoc/common/source \
|
||||
-Istdx-allocator/source
|
||||
-Ilibddoc/common/source
|
||||
|
||||
DMD_VERSIONS = -version=StdLoggerDisableWarning
|
||||
DMD_DEBUG_VERSIONS = -version=dparse_verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue