2010-07-31 13:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbmysql/hbmysql.hbc
  * contrib/gtalleg/gtalleg.hbc
  * contrib/sddmy/sddmy.hbc
  * contrib/hbodbc/hbodbc.hbc
  * contrib/xhb/xhb.hbc
  * contrib/sddfb/sddfb.hbc
  * contrib/hbtpathy/hbtpathy.hbc
  * contrib/hbgt/hbgt.hbc
  * contrib/hbsqlit3/hbsqlit3.hbc
  * contrib/hbblat/hbblat.hbc
  * contrib/hbfbird/hbfbird.hbc
  * contrib/sddpg/sddpg.hbc
  * contrib/hbziparc/hbziparc.hbc
  * contrib/hbbz2/hbbz2.hbc
  * contrib/hbblink/hbblink.hbc
  * contrib/hbnf/hbnf.hbc
  * contrib/hbcurl/hbcurl.hbc
  * contrib/hbmemio/hbmemio.hbc
  * contrib/hbxpp/hbxpp.hbc
  * contrib/hbfship/hbfship.hbc
  * contrib/hbcups/hbcups.hbc
  * contrib/hbfoxpro/hbfoxpro.hbc
  * contrib/rddbmcdx/rddbmcdx.hbc
  * contrib/hbhpdf/hbhpdf.hbc
  * contrib/gtwvg/gtwvg.hbc
  * contrib/hbpgsql/hbpgsql.hbc
  * contrib/hbclipsm/hbclipsm.hbc
  * contrib/rddads/rddads.hbc
  * contrib/sddsqlt3/sddsqlt3.hbc
  * contrib/hbfimage/hbfimage.hbc
  * contrib/sddodbc/sddodbc.hbc
  * contrib/hbgd/hbgd.hbc
  * contrib/hbmisc/hbmisc.hbc
  * contrib/sddoci/sddoci.hbc
  * contrib/hbcomm/hbcomm.hbc
  * contrib/hbcairo/hbcairo.hbc
  * contrib/hbsms/hbsms.hbc
    + Added ${__HB_DYN__} to main lib libs= entry. This way the shared
      lib flavor can be selected to experiment with it.
      (use '-env:__HB_DYN__=_dll' hbmk2 option)
This commit is contained in:
Viktor Szakats
2010-07-31 12:00:53 +00:00
parent ff5a1d161b
commit 8b5211b118
38 changed files with 82 additions and 40 deletions

View File

@@ -16,6 +16,48 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-31 13:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmysql/hbmysql.hbc
* contrib/gtalleg/gtalleg.hbc
* contrib/sddmy/sddmy.hbc
* contrib/hbodbc/hbodbc.hbc
* contrib/xhb/xhb.hbc
* contrib/sddfb/sddfb.hbc
* contrib/hbtpathy/hbtpathy.hbc
* contrib/hbgt/hbgt.hbc
* contrib/hbsqlit3/hbsqlit3.hbc
* contrib/hbblat/hbblat.hbc
* contrib/hbfbird/hbfbird.hbc
* contrib/sddpg/sddpg.hbc
* contrib/hbziparc/hbziparc.hbc
* contrib/hbbz2/hbbz2.hbc
* contrib/hbblink/hbblink.hbc
* contrib/hbnf/hbnf.hbc
* contrib/hbcurl/hbcurl.hbc
* contrib/hbmemio/hbmemio.hbc
* contrib/hbxpp/hbxpp.hbc
* contrib/hbfship/hbfship.hbc
* contrib/hbcups/hbcups.hbc
* contrib/hbfoxpro/hbfoxpro.hbc
* contrib/rddbmcdx/rddbmcdx.hbc
* contrib/hbhpdf/hbhpdf.hbc
* contrib/gtwvg/gtwvg.hbc
* contrib/hbpgsql/hbpgsql.hbc
* contrib/hbclipsm/hbclipsm.hbc
* contrib/rddads/rddads.hbc
* contrib/sddsqlt3/sddsqlt3.hbc
* contrib/hbfimage/hbfimage.hbc
* contrib/sddodbc/sddodbc.hbc
* contrib/hbgd/hbgd.hbc
* contrib/hbmisc/hbmisc.hbc
* contrib/sddoci/sddoci.hbc
* contrib/hbcomm/hbcomm.hbc
* contrib/hbcairo/hbcairo.hbc
* contrib/hbsms/hbsms.hbc
+ Added ${__HB_DYN__} to main lib libs= entry. This way the shared
lib flavor can be selected to experiment with it.
(use '-env:__HB_DYN__=_dll' hbmk2 option)
2010-07-31 13:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
% Code consolidation.
@@ -95,7 +137,7 @@
symbols at link. Maybe this is not the right fix, go figure.
(HB_STATIC_QT mode still has to be checked)
; TODO: Add ${__HB_DYN__} to all .hbc files.
; TODO: Add ${__HB_DYN__} to all .hbc files. [DONE]
2010-07-31 02:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/Makefile

View File

@@ -2,8 +2,8 @@
# $Id$
#
{!HB_STATIC_ALLEGRO}libs=${hb_name}
{HB_STATIC_ALLEGRO}libs=${hb_name}s
{!HB_STATIC_ALLEGRO}libs=${hb_name}${__HB_DYN__}
{HB_STATIC_ALLEGRO}libs=${hb_name}s${__HB_DYN__}
{!HB_STATIC_ALLEGRO&win}libs=alleg42
{!HB_STATIC_ALLEGRO&linux}ldflags="`allegro-config --libs 2>/dev/null`"

View File

@@ -6,7 +6,7 @@ skip={!win}
incpaths=.
gt={hb_name}
gt={hb_name}${__HB_DYN__}
libs=../hbwin/hbwin.hbc

View File

@@ -6,5 +6,5 @@ skip={!win}
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=blat

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,5 +4,5 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=bz2

View File

@@ -6,5 +6,5 @@ incpaths=.
libs=${hb_name}
{!unix}libs=cairo
{!unix}libs=cairo${__HB_DYN__}
{unix}ldflags="`pkg-config --libs cairo`"

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,6 +4,6 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{unix}libs=cups

View File

@@ -4,8 +4,8 @@
incpaths=.
{!HB_STATIC_CURL}libs=${hb_name}
{HB_STATIC_CURL}libs=${hb_name}s
{!HB_STATIC_CURL}libs=${hb_name}${__HB_DYN__}
{HB_STATIC_CURL}libs=${hb_name}s${__HB_DYN__}
{!mingw}libs=libcurl
{!HB_STATIC_CURL&mingw}libs=curldll

View File

@@ -4,5 +4,5 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=fbclient

View File

@@ -6,5 +6,5 @@ skip={dos}
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=freeimage

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,7 +4,7 @@
incpaths=.
{!hbdyn}libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{win}libs=bgd
{linux}libs=gdlib png jpeg freetype m
{darwin}libs=gd

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,6 +4,6 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=libhpdf
libs=png

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,6 +4,6 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{unix}libs=mysqlclient
{!unix}libs=libmysql

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,5 +4,5 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{win}libs=odbc32

View File

@@ -4,6 +4,6 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{unix}libs=pq
{!unix}libs=libpq

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,5 +4,5 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=sqlite3

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -4,4 +4,4 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -2,5 +2,5 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=../hbmzip/hbmzip.hbc

View File

@@ -6,6 +6,6 @@ skip={!(linux|win)}
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{win}libs=ace32
{linux}libs=ace

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=fbclient
libs=../rddsql/rddsql.hbc

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{unix}libs=mysqlclient
{!unix}libs=libmysql

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{HB_WITH_OCILIB_WIDE}libs=ocilibw
{HB_WITH_OCILIB_MIXED}libs=ocilibm
{!HB_WITH_OCILIB_WIDE&!HB_WITH_OCILIB_MIXED}libs=ociliba

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{win}libs=odbc32
libs=../rddsql/rddsql.hbc

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
{unix}libs=pq
{!unix}libs=libpq

View File

@@ -2,7 +2,7 @@
# $Id$
#
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
libs=sqlite3
libs=../rddsql/rddsql.hbc

View File

@@ -4,7 +4,7 @@
incpaths=.
libs=${hb_name}
libs=${hb_name}${__HB_DYN__}
# xhb has these as part of core, so we're adding them to emulate it.
# They are not needed to use xhb lib itself.