X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2FMakefile;h=bbfa3917ab2cd1330c385e3e2553ad1ed0206f0e;hp=d91c78f01da6735ad2b8fceda5ae919b4c863c26;hb=f9777d63606840b68fc86df0a96ee1a79ab04e69;hpb=afeee73172d508d2e7e4efd028939e36356fbe8e diff --git a/lib/gfxpoly/Makefile b/lib/gfxpoly/Makefile index d91c78f..bbfa391 100644 --- a/lib/gfxpoly/Makefile +++ b/lib/gfxpoly/Makefile @@ -40,7 +40,7 @@ GFX=../gfxfont.o ../gfxtools.o ../gfximage.o ../devices/ops.o ../devices/polyop stroke: test_stroke.c $(OBJS) ../libgfxswf.a ../librfxswf.a ../libbase.a $(CC) test_stroke.c $(OBJS) ../libgfxswf.a ../librfxswf.a $(GFX) ../libbase.a -o stroke $(LIBS) -SWF = ../librfxswf.a ../libpdf.a -lstdc++ +SWF = ../librfxswf.a ../libgfxpdf.a -lstdc++ test: ../libbase.a test.c $(OBJS) poly.h convert.h $(GFX) $(CC) test.c $(OBJS) $(SWF) $(GFX) ../libbase.a -o test $(LIBS)