Makefile (libgd-2.3.1) | : | Makefile (libgd-2.3.2) | ||
---|---|---|---|---|
skipping to change at line 98 | skipping to change at line 98 | |||
ZIP=zip -j9 | ZIP=zip -j9 | |||
DIST=libgd-win.zip | DIST=libgd-win.zip | |||
# Get this list from c files in libgd_la_SOURCES in Makefile.mk | # Get this list from c files in libgd_la_SOURCES in Makefile.mk | |||
SRC=gd.c gd_color.c gd_color_map.c gd_transform.c gdfx.c \ | SRC=gd.c gd_color.c gd_color_map.c gd_transform.c gdfx.c \ | |||
gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c \ | gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c gd_gif_in.c \ | |||
gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c \ | gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c gd_ss.c \ | |||
gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c \ | gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c \ | |||
gdfonts.c gdfontt.c gdft.c gdhelpers.c gdkanji.c gdtables.c gdxpm.c \ | gdfonts.c gdfontt.c gdft.c gdhelpers.c gdkanji.c gdtables.c gdxpm.c \ | |||
wbmp.c gd_filter.c gd_nnquant.c gd_rotate.c gd_matrix.c \ | wbmp.c gd_filter.c gd_nnquant.c gd_rotate.c gd_matrix.c \ | |||
gd_interpolation.c gd_crop.c gd_webp.c gd_tiff.c gd_tga.c \ | gd_interpolation.c gd_crop.c gd_webp.c gd_heif.c gd_tiff.c gd_tga.c \ | |||
gd_bmp.c gd_xbm.c gd_color_match.c gd_version.c gd_filename.c | gd_bmp.c gd_xbm.c gd_color_match.c gd_version.c gd_filename.c \ | |||
gd_avif.c | ||||
OBJ=$(SRC:.c=.o) | OBJ=$(SRC:.c=.o) | |||
TARGETBASE=libgd | TARGETBASE=libgd | |||
TARGET=$(TARGETBASE).dll | TARGET=$(TARGETBASE).dll | |||
TARGET_A=$(TARGETBASE).a | TARGET_A=$(TARGETBASE).a | |||
all: | all: | |||
(cd ../../src; make -f ../windows/msys/Makefile $(TARGET)) | (cd ../../src; make -f ../windows/msys/Makefile $(TARGET)) | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |