X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/616b488dbcd7021c530827d89e70a3555e704bdc..f357c0d42c17bf5be30e65e68cd99c474678da71:/src/png/makefile.b32 diff --git a/src/png/makefile.b32 b/src/png/makefile.b32 index 024c80439d..19fb0727b7 100644 --- a/src/png/makefile.b32 +++ b/src/png/makefile.b32 @@ -17,5 +17,9 @@ OBJECTS = png.obj pngread.obj pngrtran.obj pngrutil.obj \ pngpread.obj pngtrans.obj pngwrite.obj pngwtran.obj pngwutil.obj \ pngerror.obj pngmem.obj pngwio.obj pngrio.obj pngget.obj pngset.obj +# Precompiled headers seem to interfere with correct compilation +# of png library, so switch them off +EXTRACPPFLAGS=-H- + !include $(WXWIN)\src\makelib.b32