diff Makefile.gen @ 71:b908fda1036e

Add a simplistic skeleton of a module player with SDL-based view.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 13:43:09 +0300
parents ad1ef3f0d474
children 15fdd5573344
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 01 13:42:47 2012 +0300
+++ b/Makefile.gen	Mon Oct 01 13:43:09 2012 +0300
@@ -151,7 +151,7 @@
 ifeq ($(DM_BUILD_TOOLS),yes)
 ifeq ($(DMRES_STDIO),yes)
 ifeq ($(SUP_MODLOAD),yes)
-BINARIES+= viewmod mod2wav testpl
+BINARIES+= viewmod mod2wav testpl ppl
 endif
 
 ifeq ($(JSS_SUP_JSSMOD),yes)
@@ -289,6 +289,10 @@
 	@echo " LINK $+"
 	@$(CC) -o $@ $+ $(DM_LDFLAGS)
 
+$(BINPATH)ppl$(EXEEXT): $(OBJPATH)ppl.o $(DMLIB_A)
+	@echo " LINK $+"
+	@$(CC) -o $@ $+ $(DM_LDFLAGS)
+
 
 ###
 ### Special targets