Makefile.vc: define WEBP_HAVE_GIF for gifdec.c

Change-Id: Id0f93521e07689a7e40f6ed71446547aa576b83e
This commit is contained in:
James Zern 2015-12-11 20:14:44 -08:00
parent 64da45a9d3
commit e56e68596b

View File

@ -398,6 +398,9 @@ $(DIROBJ)\examples\anim_util.obj: examples\anim_util.c
$(DIROBJ)\examples\gif2webp.obj: examples\gif2webp.c
$(CC) $(CFLAGS) /DWEBP_HAVE_GIF /Fd$(LIBWEBP_PDBNAME) \
/Fo$(DIROBJ)\examples\ examples\$(@B).c
$(DIROBJ)\examples\gifdec.obj: examples\gifdec.c
$(CC) $(CFLAGS) /DWEBP_HAVE_GIF /Fd$(LIBWEBP_PDBNAME) \
/Fo$(DIROBJ)\examples\ examples\$(@B).c
# Batch rules
{examples}.c{$(DIROBJ)\examples}.obj::
$(CC) $(CFLAGS) /Fd$(DIROBJ)\examples\ /Fo$(DIROBJ)\examples\ $<