mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fix #129
This commit is contained in:
parent
9f6688a306
commit
53cff7824e
21 changed files with 222 additions and 76 deletions
5
makefile
5
makefile
|
@ -12,9 +12,10 @@ SRC = main.d\
|
|||
outliner.d\
|
||||
libdparse/src/std/*.d\
|
||||
libdparse/src/std/d/*.d\
|
||||
analysis/*.d
|
||||
analysis/*.d\
|
||||
inifiled/source/*.d
|
||||
INCLUDE_PATHS = -Ilibdparse/src
|
||||
VERSIONS = -version=DIP61
|
||||
VERSIONS =
|
||||
|
||||
all: dmdbuild
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue