Moved DSymbol into DCD

This commit is contained in:
WebFreak001 2022-10-13 22:18:18 +02:00 committed by Jan Jurzitza
parent 1656e77b9c
commit 2220812b96
12 changed files with 29 additions and 43 deletions

View file

@ -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