move Load_PNG/Save_PNG/etc to pngformat.c

This commit is contained in:
Thomas Bernard
2019-12-07 15:10:43 +01:00
parent bbeba1acf8
commit 7ae15c6e37
3 changed files with 809 additions and 765 deletions

View File

@@ -809,6 +809,7 @@ OBJS = main.o init.o graph.o $(APIOBJ) misc.o special.o \
windows.o brush.o realpath.o mountlist.o input.o hotkeys.o \
transform.o pversion.o factory.o $(PLATFORMOBJ) \
loadsave.o loadsavefuncs.o \
pngformat.o \
fileformats.o miscfileformats.o libraw2crtc.o \
brush_ops.o buttons_effects.o layers.o \
oldies.o tiles.o colorred.o unicode.o gfx2surface.o \
@@ -820,6 +821,7 @@ endif
TESTSOBJS = $(patsubst %.c,%.o,$(wildcard tests/*.c)) \
miscfileformats.o fileformats.o oldies.o libraw2crtc.o \
loadsavefuncs.o packbits.o tifformat.o c64load.o 6502.o \
pngformat.o \
op_c.o colorred.o \
unicode.o \
io.o realpath.o version.o pversion.o \