# HG changeset patch # User Matti Hamalainen # Date 1363487652 -7200 # Node ID 5a051ead61dbe37ce0729878e928037bc44cb4a9 # Parent 8a98037c5cf7af42314b95e754de0179ccb2a4ee Fix build. diff -r 8a98037c5cf7 -r 5a051ead61db Makefile.gen --- a/Makefile.gen Sun Feb 17 08:26:39 2013 +0200 +++ b/Makefile.gen Sun Mar 17 04:34:12 2013 +0200 @@ -188,6 +188,18 @@ #DMLIB_OBJS+=jmix_simd.o #endif +ifeq ($(DM_BUILD_TOOLS),yes) +ifeq ($(DM_USE_STDIO),yes) +ifeq ($(JSS_SUP_JSSMOD),yes) +ifeq ($(JSS_SUP_XM),yes) +TOOL_BINARIES+= xm2jss +endif +endif +endif +endif +DMLIB_OBJS += jss.o jssmix.o jssmod.o jssplr.o +endif + ### Dependancies ifeq ($(DM_BUILD_TOOLS),yes) @@ -206,19 +218,10 @@ endif endif -ifeq ($(JSS_SUP_JSSMOD),yes) -ifeq ($(JSS_SUP_XM),yes) -TOOL_BINARIES+= xm2jss -endif -endif endif endif -DMLIB_OBJS += jss.o jssmix.o jssmod.o jssplr.o - -endif - ifeq ($(DM_USE_LIBPNG),yes) DM_CFLAGS += -DDM_USE_LIBPNG $(LIBPNG_CFLAGS) $(ZLIB_CFLAGS)