From: boehme Date: Fri, 2 Nov 2001 11:48:20 +0000 (+0000) Subject: added target: movie (type 'make movies' to build all example swfs) X-Git-Tag: release-0-1-0~8 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=ca2f577da831ae2f2ffd8c2610e0080ccad259d8 added target: movie (type 'make movies' to build all example swfs) --- diff --git a/lib/example/Makefile b/lib/example/Makefile index 6b1787c..085b352 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -11,6 +11,16 @@ DBFLAGS = -g2 all: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text +movies: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text + ./jpegtest + ./box + ./shape1 + ./transtest + ./zlibtest + ./sprites + ./buttontest + ./text + box: $(RFXSWF) box.o $(CC) -o box box.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)