From 7139b32ea0744037aba72c3a3d1b030723b80b48 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 6 Jan 2006 20:38:53 +0000 Subject: [PATCH] compile devices/render.o --- lib/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 1f69293..8bb1402 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.common -DEVICES = devices/file.$(O) devices/swf.$(O) +DEVICES = devices/file.$(O) devices/swf.$(O) devices/render.$(O) all: librfxswf$(A) q.$(O) mem.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES) @@ -61,6 +61,8 @@ devices/swf.$(O): devices/swf.c devices/swf.h $(C) devices/swf.c -o devices/swf.$(O) devices/file.$(O): devices/file.c devices/file.h $(C) devices/file.c -o devices/file.$(O) +devices/render.$(O): devices/render.c devices/render.h + $(C) devices/render.c -o devices/render.$(O) librfxswf$(A): Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) $(AR) r librfxswf$(A) rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) -- 1.7.10.4