* utils/hbmk2/hbmk2.prg
+ Added experimental -c=[iso90|iso99|iso1x|gnu90|gnu99|gnu1x] and
-cpp=[iso98|iso0x|gnu98|gnu0x] hbmk2 options to select
C/C++ dialect in a C compiler and built setting independent way.
It will currently affect GCC and compatible family of compilers.
If you happen to know about C dialect/std selection in other
compilers, pls tell and they can be mapped to this option.
F.e. in other win compilers the adaptation to C/C++ stds is very
fuzzy, where such option exists at all (f.e. BCC -A* options),
mostly it's just toggling some compiler extensions.
Comments are welcome of course.
+ Added TOFIX for vxworks with potential disagreement on C std level.
I used hardwired C99 forcage hack while porting Harbour to it.
+ Added internal logic for C- and C++-only options.
; NOTE: Behavior with Objective C sources is yet to be tested.
* contrib/hbmzip/3rd/minizip/minizip.hbp
* contrib/hbunix/hbunix.hbp
* contrib/gtalleg/gtalleg.hbm
* contrib/xhb/xhb.hbp
* contrib/hbqt/hbqt_common.hbm
* contrib/rddads/rddads.hbp
* contrib/hbfimage/hbfimage.hbp
* contrib/hbpre.hbm
* contrib/hbssl/hbssl.hbm
+ -cflag=-std=... => -c=gnu90 hbmk2 option.
/*
* $Id$
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://www.xharbour.org http://harbour-project.org
*
* Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
* README file explaining howto compile FreeImage library
*
* See COPYING for licensing terms.
*
*/
FreeImage Library is a porting to xHarbour of famous FreeImage Project library.
Actually based on FreeImage version 3.8.0
FreeImage Project's web site is http://freeimage.sourceforge.net/
COMPILING
=========
** requirements: to build FreeImage library: gcc-c++, libstdc++-devel
DOCUMENTATION
=============
Look at doc folder for help files.
Last FreeImage pdf manual is downloadable from http://freeimage.sourceforge.net/download.html
SAMPLES
=======
For samples look at tests dir.
fitest.prg is an API test application.
NOTES
=====
WARNING: if you are using Windows platform, download the
FreeImage.dll in tests before use it.