X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2FMakefile;h=398066d73da68b431988c43c458bcb03e5569a02;hb=9770d49add4124a623fe4a257fd50dbd7ec25164;hp=6bbda47ca3460a03ee1702a7e96100b391c1cccc;hpb=0720ce023d5ae1913d6f53627d4705b7a7856c40;p=swftools.git diff --git a/lib/example/Makefile b/lib/example/Makefile index 6bbda47..398066d 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -14,7 +14,7 @@ DBFLAGS = -g2 %.swf: % ./$< -all: sound jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text glyphshape edittext protect +all: sound jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text glyphshape edittext protect hexfont movies: sound.swf jpegtest.swf box.swf shape1.swf transtest.swf zlibtest.swf sprites.swf buttontest.swf dumpfont.swf text.swf glyphshape.swf edittext.swf @@ -48,6 +48,9 @@ sprites: $(RFXSWF) sprites.o $(RFXSWF) transtest: $(RFXSWF) transtest.o $(RFXSWF) $(CC) -o transtest transtest.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) +hexfont: $(RFXSWF) hexfont.o $(RFXSWF) + $(CC) -o hexfont hexfont.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) + text.o: demofont.c text: $(RFXSWF) text.o $(RFXSWF) $(CC) -o text text.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)