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.
This commit is contained in:
Viktor Szakats
2008-02-08 18:47:02 +00:00
parent 8aa5e2032b
commit 3e0a700d82
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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 "---------------------------------------------------------------"

View File

@@ -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 "---------------------------------------------------------------"