changeset 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 68453f04964d
children 1d3d220fb5cc
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Oct 21 09:33:59 2014 +0300
+++ b/Makefile.gen	Tue Oct 21 09:34:20 2014 +0300
@@ -195,6 +195,7 @@
 endif
 
 ifeq ($(DM_USE_C),yes)
+DM_CFLAGS+=-DDM_USE_C
 TARGETS += $(MINIJSS)jmix_c.c
 DMLIB_OBJS+=jmix_c.o
 endif