[Zlib-devel] zlib-1.2.3-cos4

Glenn Randers-Pehrson glennrp at comcast.net
Sat Aug 19 14:24:07 EDT 2006


At 06:11 PM 8/19/2006 +0200, Enrico Weigelt wrote:
>
>well, most things could be moved out to an separate .h file, just 
>the actual configuring remaining. This then probably won't need 
>any template/input anymore, just echo'in the proper #define's to
>some file.
>

That's what I'm planning for libpng-1.4.0beta11

The makefile or configure will create pngdefs.h from scratch via
an echo or two.  e.g.,

      all: [...] pngdefs.h

      pngdefs.h:
          echo "#define PNG_NO_MMX_CODE" > pngdefs.h

Glenn




More information about the Zlib-devel mailing list