mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
885705c879
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
274 B
Makefile
19 lines
274 B
Makefile
EXTLIB = libpng.a
|
|
EXTRAINCL = $(ZLIB_PE_CFLAGS)
|
|
EXTRADEFS = -DPNG_ARM_NEON_OPT=0
|
|
|
|
C_SRCS = \
|
|
png.c \
|
|
pngerror.c \
|
|
pngget.c \
|
|
pngmem.c \
|
|
pngread.c \
|
|
pngrio.c \
|
|
pngrtran.c \
|
|
pngrutil.c \
|
|
pngset.c \
|
|
pngtrans.c \
|
|
pngwio.c \
|
|
pngwrite.c \
|
|
pngwtran.c \
|
|
pngwutil.c
|