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:
@@ -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
|
||||
|
||||
@@ -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`"
|
||||
|
||||
@@ -6,7 +6,7 @@ skip={!win}
|
||||
|
||||
incpaths=.
|
||||
|
||||
gt={hb_name}
|
||||
gt={hb_name}${__HB_DYN__}
|
||||
|
||||
libs=../hbwin/hbwin.hbc
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ skip={!win}
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=blat
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=bz2
|
||||
|
||||
@@ -6,5 +6,5 @@ incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
|
||||
{!unix}libs=cairo
|
||||
{!unix}libs=cairo${__HB_DYN__}
|
||||
{unix}ldflags="`pkg-config --libs cairo`"
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
{unix}libs=cups
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=fbclient
|
||||
|
||||
@@ -6,5 +6,5 @@ skip={dos}
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=freeimage
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=libhpdf
|
||||
libs=png
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{unix}libs=mysqlclient
|
||||
{!unix}libs=libmysql
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{win}libs=odbc32
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{unix}libs=pq
|
||||
{!unix}libs=libpq
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=sqlite3
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=../hbmzip/hbmzip.hbc
|
||||
|
||||
@@ -6,6 +6,6 @@ skip={!(linux|win)}
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{win}libs=ace32
|
||||
{linux}libs=ace
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=fbclient
|
||||
|
||||
libs=../rddsql/rddsql.hbc
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{unix}libs=mysqlclient
|
||||
{!unix}libs=libmysql
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{win}libs=odbc32
|
||||
|
||||
libs=../rddsql/rddsql.hbc
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{unix}libs=pq
|
||||
{!unix}libs=libpq
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=${hb_name}
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
libs=sqlite3
|
||||
|
||||
libs=../rddsql/rddsql.hbc
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user