14 May
2006
14 May
'06
4:35 p.m.
I was able to take the .swf export patch on the Sourceforge page and update it so it compiles with the current Inkscape/ming codebase.
Now comes the fun of linking libming in as a static library. Out of the box, ming ships with a make target that builds a static version of the lib.
I added the following entry into src/Makefile.am
noinst_LIBRARIES = \ extension/internal/ming/libming.a \
But this wants to build libming. What do I need to do to simply link the libming lib in statically? Or would it be best to set up a Makefile_insert that builds a custom version of the Ming library?
Brian