Files
harbour-core/harbour/contrib/hbgd/hbgd.hbp
Viktor Szakats f5f7f12fd9 2012-06-17 01:39 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbblat/hbblat.hbp
  * contrib/hbcurl/hbcurl.hbp
  * contrib/hbssl/hbssl.hbp
    ! fix to prev

  * contrib/hbpost.hbm
  * contrib/hbqt/hbqt_common.hbm
    * deleted extra pathsep

  * contrib/hbfbird/hbfbird.hbp
  * contrib/hbgd/hbgd.hbp
  * contrib/sddfb/sddfb.hbp
    ! fixed to use .dll imp lib source in -hbdyn mode.
      it's a fix for experimental HB_INSTALL_3RDDYN option.

  * contrib/make.hb
    * minor cleanups in errorlevel descriptions

  * utils/hbmk2/hbmk2.prg
    ! fixed finding scripts in path and without extensions 
      in runner mode
    ! fixed to not execute '.' when runner mode is started 
      with 'hbmk2 .' command
2012-06-16 23:44:08 +00:00

37 lines
524 B
Plaintext

#
# $Id$
#
-hblib
-inc
-o${hb_name}
-w3 -es2
hbct.hbc
-deppkgname=gd:gd-devel
-depkeyhead=gd:gd.h
-depcontrol=gd:no{HB_BUILD_3RDEXT='no'}
-depcontrol=gd:${HB_WITH_GD}
-depincpath=gd:/usr/include
-depincpath=gd:/usr/local/include
-depincpath=gd:/opt/local/include
-depimplibs=gd:../bin/bgd.dll{!(msvc|pocc|mingw)|hbdyn}
-depimplibs=gd:../lib/bgd.lib{(msvc|pocc|mingw)&!hbdyn}
-instfile=inc:gd.ch
-instfile=inc:gdextern.ch
-instfile=inc:hbgd.hbx
hbgd.hbx
gdwrp.c
gd.prg
gdbar.prg
gdchart.prg
gdimage.prg
gdbarcod.prg