Mail Archives: djgpp/2001/08/06/17:41:53
>Which reminds me of a little hack I did for my own private PBM port
long
>ago (in times of DJGPP V1), to save some disk space. 100+ statically
>linked executables seemed excessively large, back then, and the
makefile
>built only the p?mmerge ones, anyway. So I created a host of
batchfiles,
>like ppm2acad.bat:
>
> @shift
> @ppmmerge ppmtoacad %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
>
>one per command, and *compiled* them all using Bat2Exec. The
compilation
>step was necessary to make redirection work correctly.
>
>Maybe that could be an option for the new port, too?
Except for some standalone programs, in the NetPbm binary distribution
all programs are symlinks to p?mmerge, so they don't vaste disk space.
I can produce a 8.3 clean binary distribution, but the actual NetPbm
maintainer is releasing very fast, so I prefer by now don't lose the
compatibility.
M.Alvarez
- Raw text -