Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
GNU General Public License v2.0
131
stars
28
forks
source link
Check size of int, long etc in configure script #29
Open
djcsdy opened 11 years ago
swfmill relies on
int
,long
etc being a certain size, so we might as well check that in the configure script.See
AC_CHECK_SIZEOF
.