comparison Makefile @ 35:511d1ef4e299 experimental

Now all unit tests pass on latest DMD2 compiler.
author Jacob Carlborg <doob@me.com>
date Wed, 03 Aug 2011 21:44:11 +0200
parents 068e853b9c07
children
comparison
equal deleted inserted replaced
34:068e853b9c07 35:511d1ef4e299
25 xml/_.d \ 25 xml/_.d \
26 26
27 DC = dmd 27 DC = dmd
28 DCFLAGS = -I/usr/include/d -I/usr/local/include/d 28 DCFLAGS = -I/usr/include/d -I/usr/local/include/d
29 29
30
31 UNITTEST = test/UnitTester.d \
32 tests/Serializer.d \
33 tests/all.d \
30 34
31 # Everything below this line should be fairly generic (with a few hard-coded things). 35 # Everything below this line should be fairly generic (with a few hard-coded things).
32 36
33 OBJ = $(addsuffix .o,$(addprefix $(LIBNAME)/,$(basename $(SRC)))) 37 OBJ = $(addsuffix .o,$(addprefix $(LIBNAME)/,$(basename $(SRC))))
34 TARGET = lib/lib$(LIBNAME).a 38 TARGET = lib/lib$(LIBNAME).a