comparison Makefile.gen @ 242:2cbe74477441

Add line/sprite renderer to build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Oct 2012 13:03:15 +0300
parents 79dac918c81e
children d47e8cafaa63
comparison
equal deleted inserted replaced
241:3bff024a91be 242:2cbe74477441
210 210
211 211
212 DMLIB_A=$(OBJPATH)dmlib.a 212 DMLIB_A=$(OBJPATH)dmlib.a
213 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \ 213 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \
214 dmargs.o dmvecmat.o dmperlin.o dmimage.o \ 214 dmargs.o dmvecmat.o dmperlin.o dmimage.o \
215 dmwav.o dmsimple.o 215 dmwav.o dmsimple.o dmq3d.o
216 216
217 ifeq ($(DM_BUILD_TESTS),yes) 217 ifeq ($(DM_BUILD_TESTS),yes)
218 BINARIES += vecmattest fptest 218 BINARIES += vecmattest fptest
219 endif 219 endif
220 220