compile devices/render.o
authorkramm <kramm>
Fri, 6 Jan 2006 20:38:53 +0000 (20:38 +0000)
committerkramm <kramm>
Fri, 6 Jan 2006 20:38:53 +0000 (20:38 +0000)
lib/Makefile.in

index 1f69293..8bb1402 100644 (file)
@@ -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)