X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=win32%2FMakefile;h=8c392d55201ebbf044689c0a8043655b2feafd73;hp=c3c092b84233b2a44a623566fa3659652e9590fe;hb=c8d2ca608fe98a2f8982c4d8e26af38417fd1a04;hpb=e92b4bf1d1447e097b062d7dbfe36d0d5dcc2858 diff --git a/win32/Makefile b/win32/Makefile index c3c092b..8c392d5 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1,6 +1,9 @@ -# Gnu Makefile for Win32 target * 15-Feb-2007 +# Gnu Makefile for Win32 target # for use with MingW32 gcc or Metrowerks CodeWarrior compiler # use with: make -f Makefile [help|all|clean|dev|devclean|dist|distclean] +# +# $id: $ +# DESCR = Round Robin Database Tool COPYR = Copyright (c) 1997-2007 by Tobias Oetiker @@ -34,8 +37,8 @@ LIBPNG = $(LIBBASE)/libpng-1.2.16 endif # Edit the path below to point to your freetype sources or set environment var. ifndef LIBFT2 -#LIBFT2 = $(LIBBASE)/freetype-2.3.1 -LIBFT2 = $(LIBBASE)/../mingw32/freetype-2.3.1 +#LIBFT2 = $(LIBBASE)/freetype-2.3.4 +LIBFT2 = $(LIBBASE)/../mingw32/freetype-2.3.4 endif # Edit the path below to point to your libart sources or set environment var. ifndef LIBART @@ -72,7 +75,7 @@ CP = cp -afv # Here you can find a native Win32 binary of the original awk: # http://www.gknw.net/development/prgtools/awk.zip AWK = awk -ZIP = zip -qzR9 +ZIP = zip -qzr9 # must be equal to DEBUG or NDEBUG DB = NDEBUG