|
From: Tatsuro M. <tma...@ya...> - 2008-12-31 07:16:50
|
Hello I found that microsoft help work shop has been no longer available from www.helpmaster.com/help/devaids.htm. that was indicated in makefile.mgw I also have found that it is now available from ftp://ftp.microsoft.com/softlib/mslfiles/hcwsetup.exe Therefore makefile.mgw has also modified from this point. The patch has been shown in the end of the mail --- Tatsuro MATSUOKA <tma...@ya...> wrote: > Hello > > The current gd (gd-2.0.36RC1) has gdlib-config, which enable us to get information for > configuration > of the gd libraries and tools. Therefore it is better to use it for makefile,mgw. > Perhaps similar modification can be made for makefile.cyg. > > Please consider a patch at the end of this mail. *** makefile.mgw.orig Sun Nov 23 16:48:58 2008 --- makefile.mgw Wed Dec 31 16:02:48 2008 *************** *** 103,109 **** # To compile the .hlp file you need hcw either out of Microsoft SDK or MS Help ! # Workshop. The latter can be obtained at www.helpmaster.com/help/devaids.htm. # Put the path to hcw here unless it is already in PATH: #HCWPATH = /c/Program\ Files/Help\ Workshop/ HCW = $(HCWPATH)hcw --- 103,109 ---- # To compile the .hlp file you need hcw either out of Microsoft SDK or MS Help ! # Workshop. The latter can be obtained at ftp://ftp.microsoft.com/softlib/mslfiles/hcwsetup.exe. # Put the path to hcw here unless it is already in PATH: #HCWPATH = /c/Program\ Files/Help\ Workshop/ HCW = $(HCWPATH)hcw *************** *** 208,219 **** CFLAGS += -DHAVE_GD_GIF -DGIF_ANIMATION -DHAVE_GD_PNG ifdef JPEG CFLAGS += -DHAVE_GD_JPEG - TERMLIBS += -ljpeg endif ifdef FREETYPE CFLAGS += -DHAVE_GD_TTF - TERMLIBS += -lfreetype endif endif ifdef PDF --- 208,218 ---- CFLAGS += -DHAVE_GD_GIF -DGIF_ANIMATION -DHAVE_GD_PNG ifdef JPEG CFLAGS += -DHAVE_GD_JPEG endif ifdef FREETYPE CFLAGS += -DHAVE_GD_TTF endif + TERMLIBS += $(shell gdlib-config --libs) endif ifdef PDF -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |