summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-04-05 16:47:18 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-04-05 16:47:18 +0200
commitd9157ebb0873aa604fd715f6e2f8a29fc6058500 (patch)
treed1785d22d9ce44264da34684aa4fe1f40a72831a /windows
parent7f1b92b461618b2e8c59ba48082d6e93c46bef53 (diff)
downloadlibgd-d9157ebb0873aa604fd715f6e2f8a29fc6058500.tar.gz
Enable GD and GD2 formats for native Windows toolchain
Actually, this should be configurable, but we're sticking with the hard-coded defaults for now.
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.vc5
1 files changed, 3 insertions, 2 deletions
diff --git a/windows/Makefile.vc b/windows/Makefile.vc
index 1650fab..67a8014 100644
--- a/windows/Makefile.vc
+++ b/windows/Makefile.vc
@@ -130,15 +130,16 @@ CFLAGS= $(CFLAGS) \
/D_WIN32=1\
/DMSWIN32=1\
/DBGDWIN32=1\
+ /DENABLE_GD_FORMATS=1\
/DHAVE_FT2BUILD_H=1\
/DHAVE_GD_H=1\
/DHAVE_ICONV_H=1\
/DHAVE_LIBFREETYPE=1\
/DHAVE_LIBJPEG=1\
/DHAVE_LIBPNG=1\
- /DHAVE_LIBWEBP=1\
+ /DHAVE_LIBWEBP=1\
/DHAVE_LIBZ=1\
- /DHAVE_LIBXPM=1\
+ /DHAVE_LIBXPM=1\
/DHAVE_LIBTIFF=1\
$(INCLUDES)