mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Switch to use the frozen stdx-allocator
This commit is contained in:
parent
3f32aef64a
commit
efb0582d2c
6 changed files with 22 additions and 13 deletions
14
makefile
14
makefile
|
@ -11,14 +11,18 @@ LIB_SRC := \
|
|||
$(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/src -name "*.d") \
|
||||
$(shell find stdx-allocator/source -name "*.d")
|
||||
PROJECT_SRC := $(shell find src/ -name "*.d")
|
||||
SRC := $(LIB_SRC) $(PROJECT_SRC)
|
||||
INCLUDE_PATHS = \
|
||||
-Iinifiled/source -Isrc\
|
||||
-Ilibdparse/src\
|
||||
-Idsymbol/src -Icontainers/src\
|
||||
-Ilibddoc/src
|
||||
-Isrc \
|
||||
-Iinifiled/source \
|
||||
-Ilibdparse/src \
|
||||
-Idsymbol/src \
|
||||
-Icontainers/src \
|
||||
-Ilibddoc/src \
|
||||
-Istdx-allocator/source
|
||||
VERSIONS =
|
||||
DEBUG_VERSIONS = -version=dparse_verbose
|
||||
DMD_FLAGS = -w -inline -release -O -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue