- contrib/hbmysql/dbf2mysql.prg
+ contrib/hbmysql/dbf2mysq.prg
* contrib/hbfbird/common.mak
* contrib/hbfbird/Makefile
- contrib/hbfbird/tfirebird.prg
+ contrib/hbfbird/tfirebrd.prg
* contrib/hbfimage/tests/fitest.prg
+ contrib/hbfimage/tests/imgs_out
- contrib/hbfimage/tests/images_out
* Some more long filenames removed.
; TOFIX?: freeimage.ch is still long.
* contrib/hbfimage/fi_winfu.c
* contrib/hbfimage/fi_wrp.c
% Using HB_ERR_FUNCNAME
2008-07-03 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbgd/tests/imgs_in/gdlogobig.png
- contrib/hbgd/tests/imgs_in/conv_test.jpg
- contrib/hbgd/tests/imgs_in/theclipper.gif
+ contrib/hbgd/tests/imgs_in/harbour.gif
+ contrib/hbgd/tests/imgs_in/gdlogo.png
+ contrib/hbgd/tests/imgs_in/conv_tst.jpg
* contrib/hbgd/tests/gdtest.prg
* contrib/hbgd/tests/tostring.prg
* contrib/hbgd/tests/gdtestcl.prg
* Removing long filenames in hbgd (part 3/3)
2008-07-03 15:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbgd/tests/images_in
- contrib/hbgd/tests/images_out
+ contrib/hbgd/tests/imgs_in
+ contrib/hbgd/tests/imgs_out
* contrib/hbgd/tests/gdtest.prg
* contrib/hbgd/tests/bartest.prg
* contrib/hbgd/tests/barms.prg
* contrib/hbgd/tests/test_out.prg
* contrib/hbgd/tests/tostring.prg
* contrib/hbgd/tests/gdtestcl.prg
* contrib/hbgd/tests/animgif.prg
* contrib/hbgd/tests/testdpi.prg
* contrib/hbgd/tests/counter.prg
* contrib/hbgd/tests/antialia.prg
* Removing long filenames in hbgd (part 2/3)
! Added SVN headers.
! Fixed to not use hbcompat.ch.
2008-07-03 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbgd/Makefile
* contrib/hbgd/common.mak
- contrib/hbgd/gdexternal.ch
+ contrib/hbgd/gdextern.ch
- contrib/hbgd/tests/gdtestcls.prg
+ contrib/hbgd/tests/gdtestcl.prg
- contrib/hbgd/tests/antialiased.prg
+ contrib/hbgd/tests/antialia.prg
! Removing long filenames in hbgd (part 1/3)
/*
* $Id$
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://www.xharbour.org http://www.harbour-project.org
*
* Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
* README file explaining howto compile FreeImage library
*
* See doc/license.txt 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
=========
Actually platforms supported are:
- Win32 / BCC32
- GNU systems / GCC
to build library on Win32 with BCC use:
make_b32.bat
on GNU system use:
make install
WARNING: not actually tested
** 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.
At this time (28/10/2005 CET) it builds on Windows with last CVS.
Not tested on GNU system, but it have to run correctly.