From 3e0a700d82a12f06a1fe346ca2c862381f26eaa4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 8 Feb 2008 18:47:02 +0000 Subject: [PATCH] 2008-02-08 19:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/make_gcc.sh * contrib/hbfimage/make_gcc.sh ! Two minor corrections to *_INC path setting examples for Windows. --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbfimage/make_gcc.sh | 2 +- harbour/contrib/rddads/make_gcc.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7db674380c..b92345785b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-02-08 19:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbfimage/make_gcc.sh + * contrib/rddads/make_gcc.sh + ! Two minor corrections to *_INC path setting examples for Windows. + 2008-02-08 16:51 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) + harbour/contrib/gtwvg/make_gcc.sh + harbour/contrib/hbapollo/make_gcc.sh diff --git a/harbour/contrib/hbfimage/make_gcc.sh b/harbour/contrib/hbfimage/make_gcc.sh index e305620cfe..20aa2c2f8e 100755 --- a/harbour/contrib/hbfimage/make_gcc.sh +++ b/harbour/contrib/hbfimage/make_gcc.sh @@ -9,7 +9,7 @@ then echo "---------------------------------------------------------------" echo "IMPORTANT: You will need FreeImage package installed and this" echo " envvar to be set to successfully build this library:" - echo " export FREEIMAGE_INC=C:/Apollo/include" + echo " export FREEIMAGE_INC=C:/FreeImage/source" echo " or" echo " export FREEIMAGE_INC=/usr/include/freeimage" echo "---------------------------------------------------------------" diff --git a/harbour/contrib/rddads/make_gcc.sh b/harbour/contrib/rddads/make_gcc.sh index 948258d623..623420af5e 100755 --- a/harbour/contrib/rddads/make_gcc.sh +++ b/harbour/contrib/rddads/make_gcc.sh @@ -9,7 +9,7 @@ then echo "---------------------------------------------------------------" echo "IMPORTANT: You will need Advantage package installed and this" echo " envvar to be set to successfully build this library:" - echo " export ADS_INC=C:/Ads/include" + echo " export ADS_INC=C:/Ads/acesdk" echo " or" echo " export ADS_INC=/usr/include/ads" echo "---------------------------------------------------------------"