Starting work on 0.3.0

This commit is contained in:
Hackerpilot 2015-05-26 00:24:21 -07:00
parent 327e629867
commit a3c4a5384a
35 changed files with 212 additions and 99 deletions

View file

@ -7,12 +7,21 @@ SRC = src/*.d\
src/analysis/*.d\
libdparse/src/std/*.d\
libdparse/src/std/d/*.d\
inifiled/source/*.d
INCLUDE_PATHS = -Ilibdparse/src
inifiled/source/*.d\
$(shell find dsymbol/src -name "*.d")\
containers/src/containers/ttree.d\
containers/src/containers/unrolledlist.d\
containers/src/containers/hashset.d\
containers/src/containers/internal/hash.d\
containers/src/containers/internal/node.d\
containers/src/containers/internal/storage_type.d\
containers/src/memory/allocators.d\
containers/src/memory/appender.d
INCLUDE_PATHS = -Ilibdparse/src -Idsymbol/src -Icontainers/src
VERSIONS =
DEBUG_VERSIONS = -version=std_parser_verbose
DMD_FLAGS = -w -O -release -inline
#DMD_FLAGS = -w
#DMD_FLAGS = -w -O -release -inline
DMD_FLAGS = -w
all: dmdbuild
ldc: ldcbuild