comparison Makefile.gen @ 844:5ea0bf4379b1

Oops, -DDM_USE_C was not in the build process ...
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Oct 2014 09:34:20 +0300
parents 9a7323271347
children 951297a7938a
comparison
equal deleted inserted replaced
843:68453f04964d 844:5ea0bf4379b1
193 DMLIB_OBJS+= jloadjss.o 193 DMLIB_OBJS+= jloadjss.o
194 DM_CFLAGS+=-DJSS_SUP_JSSMOD $(JSSMOD_FLAGS) 194 DM_CFLAGS+=-DJSS_SUP_JSSMOD $(JSSMOD_FLAGS)
195 endif 195 endif
196 196
197 ifeq ($(DM_USE_C),yes) 197 ifeq ($(DM_USE_C),yes)
198 DM_CFLAGS+=-DDM_USE_C
198 TARGETS += $(MINIJSS)jmix_c.c 199 TARGETS += $(MINIJSS)jmix_c.c
199 DMLIB_OBJS+=jmix_c.o 200 DMLIB_OBJS+=jmix_c.o
200 endif 201 endif
201 202
202 #ifeq ($(DM_USE_SIMD),yes) 203 #ifeq ($(DM_USE_SIMD),yes)