1TOOLS FOR MING
2
3  These are various tools useful in development of ming.  None are
4  particularly user friendly.
5
6  make all_binaries	 - compiles all working tools
7  make <name>		 - compiles the single requested tool
8
9general tools:
10  makeswf - compile actionscript code into an .swf movie
11  bindump - show file data in hex and binary
12  hexdump - show file data in hex
13
14list tools:
15  listswf    - swf format disassembler
16  listaction - show actionscript in the swf
17  listfdb    - show contents of fdb font file
18  listmp3    - show frame header info in mp3 files
19  listjpeg   - show frame header info in jpeg files
20
21swfto... converter:
22  swftoperl   - attempt to make a perl/ming script out of an swf file
23                Look at swftoperl.html
24  swftophp    - attempt to make a php/ming script out of an swf file
25  swftopython - a todo for pythonfriends :-) not done yet.
26
27fonts:
28  makefdb     - rip fdb font definition files out of a swf or generator
29                template file.
30
31graphics:
32  png2dbl   - convert a png-file to dbl
33  *gif2dbl  - convert a gif-file to dbl
34  *gif2mask - convert a gif image to an alpha mask
35
36sound:
37  raw2adpcm - convert a raw(pcm?) soundfile to a adpcm-coded soundfile
38  	      (smaller size than raw)
39
40