comparison Makefile.gen @ 59:c560703e85ed

Add resource writing functions (only work for stdio backend)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 07:51:08 +0300
parents 36e2f910219c
children f28cd66356f6
comparison
equal deleted inserted replaced
58:76a7d469eab9 59:c560703e85ed
172 DM_LDFLAGS += $(LDFLAGS) $(SDL_LDFLAGS) 172 DM_LDFLAGS += $(LDFLAGS) $(SDL_LDFLAGS)
173 173
174 174
175 DMLIB_A=$(OBJPATH)dmlib.a 175 DMLIB_A=$(OBJPATH)dmlib.a
176 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \ 176 DMLIB_OBJS += dmfile.o dmlib.o dmlerp.o dmstring.o \
177 dmargs.o dmvecmat.o dmperlin.o dmimage.o dmres.o \ 177 dmargs.o dmvecmat.o dmperlin.o dmimage.o \
178 dmsimple.o 178 dmres.o dmresw.o dmsimple.o
179 179
180 ifeq ($(DM_BUILD_TESTS),yes) 180 ifeq ($(DM_BUILD_TESTS),yes)
181 BINARIES += vecmattest fptest 181 BINARIES += vecmattest fptest
182 endif 182 endif
183 183