2012-02-28 16:45 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/sddpg/sddpg.hbp
  * contrib/sddpg/sddpg.hbc
  * contrib/hbziparc/hbziparc.hbp
  * contrib/hbziparc/hbziparc.hbc
  * contrib/hbhttpd/hbhttpd.hbc
  * contrib/hbhttpd/hbhttpds.hbp
  * contrib/hbhttpd/hbhttpds.hbc
  * contrib/gtwvg/gtwvg.hbc
  * contrib/gtwvg/gtwvg.hbp
  * contrib/sddsqlt3/sddsqlt3.hbp
  * contrib/sddsqlt3/sddsqlt3.hbc
  * contrib/sddmy/sddmy.hbp
  * contrib/sddmy/sddmy.hbc
  * contrib/xhb/xhb.hbc
  * contrib/xhb/xhb.hbp
  * contrib/sddfb/sddfb.hbp
  * contrib/sddfb/sddfb.hbc
  * contrib/sddodbc/sddodbc.hbp
  * contrib/sddodbc/sddodbc.hbc
  * contrib/hbgd/hbgd.hbc
  * contrib/hbgd/hbgd.hbp
  * contrib/sddoci/sddoci.hbc
  * contrib/sddoci/sddoci.hbp
  * contrib/hbtip/hbtipssl.hbc
  * contrib/hbtip/hbtipssl.hbp
  * contrib/hbtip/hbtip.hbc
    + removed relative path from .hbc references from contrib area
      except: hbqt related cases, which is more complicated
      and hbmk.hbm files in test dirs (to avoid this extra point
      of failure for now).
    ; path-free reference to hbc files was pioneered by hbrun
      and it works on all systems (except one or two, yet to
      be determined why).
This commit is contained in:
Viktor Szakats
2012-02-28 15:46:41 +00:00
parent 7163bc7d1e
commit 5f9ddde2dc
27 changed files with 69 additions and 35 deletions

View File

@@ -16,6 +16,41 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-02-28 16:45 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/sddpg/sddpg.hbp
* contrib/sddpg/sddpg.hbc
* contrib/hbziparc/hbziparc.hbp
* contrib/hbziparc/hbziparc.hbc
* contrib/hbhttpd/hbhttpd.hbc
* contrib/hbhttpd/hbhttpds.hbp
* contrib/hbhttpd/hbhttpds.hbc
* contrib/gtwvg/gtwvg.hbc
* contrib/gtwvg/gtwvg.hbp
* contrib/sddsqlt3/sddsqlt3.hbp
* contrib/sddsqlt3/sddsqlt3.hbc
* contrib/sddmy/sddmy.hbp
* contrib/sddmy/sddmy.hbc
* contrib/xhb/xhb.hbc
* contrib/xhb/xhb.hbp
* contrib/sddfb/sddfb.hbp
* contrib/sddfb/sddfb.hbc
* contrib/sddodbc/sddodbc.hbp
* contrib/sddodbc/sddodbc.hbc
* contrib/hbgd/hbgd.hbc
* contrib/hbgd/hbgd.hbp
* contrib/sddoci/sddoci.hbc
* contrib/sddoci/sddoci.hbp
* contrib/hbtip/hbtipssl.hbc
* contrib/hbtip/hbtipssl.hbp
* contrib/hbtip/hbtip.hbc
+ removed relative path from .hbc references from contrib area
except: hbqt related cases, which is more complicated
and hbmk.hbm files in test dirs (to avoid this extra point
of failure for now).
; path-free reference to hbc files was pioneered by hbrun
and it works on all systems (except one or two, yet to
be determined why).
2012-02-28 16:35 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbmysql/utils/hbmk.hbm
* contrib/hbnetio/utils/hbnetio/hbnetio.hbp

View File

@@ -8,7 +8,7 @@ incpaths=.
gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
libs=../hbwin/hbwin.hbc
libs=hbwin.hbc
gui=yes
mt=yes

View File

@@ -13,7 +13,7 @@
-stop{!win|hbdyn}
../hbwin/hbwin.hbc
hbwin.hbc
# Optimize build time and make sure we build even with this option
-cflag=-DWIN32_LEAN_AND_MEAN
@@ -58,4 +58,3 @@ wvgtoolb.prg
wvgtreev.prg
wvgwnd.prg
wvggenrc.prg

View File

@@ -11,4 +11,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{darwin}libs=gd
{darwin}libpaths=/opt/local/lib
libs=../hbct/hbct.hbc
libs=hbct.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../hbct/hbct.hbc
hbct.hbc
-deppkgname=gd:gd-devel
-depkeyhead=gd:gd.h

View File

@@ -6,6 +6,6 @@ incpaths=.
{!HB_HTTPD_OPENSSL|dos}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{HB_HTTPD_OPENSSL&!dos}libs=${_HB_DYNPREF}${hb_name}s${_HB_DYNSUFF}
{HB_HTTPD_OPENSSL&!dos}libs=../hbssl/hbssl.hbc
{HB_HTTPD_OPENSSL&!dos}libs=hbssl.hbc
mt=yes

View File

@@ -8,4 +8,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
mt=yes
libs=../hbssl/hbssl.hbc
libs=hbssl.hbc

View File

@@ -4,6 +4,6 @@
@hbhttpd.hbp
../hbssl/hbssl.hbc
hbssl.hbc
-DHB_HAS_OPENSSL

View File

@@ -6,4 +6,4 @@ incpaths=.
{!HB_TIP_OPENSSL|dos}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{HB_TIP_OPENSSL&!dos}libs=${_HB_DYNPREF}${hb_name}ssl${_HB_DYNSUFF}
{HB_TIP_OPENSSL&!dos}libs=../hbssl/hbssl.hbc
{HB_TIP_OPENSSL&!dos}libs=hbssl.hbc

View File

@@ -5,4 +5,4 @@
incpaths=.
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
libs=../hbssl/hbssl.hbc
libs=hbssl.hbc

View File

@@ -4,6 +4,6 @@
hbtip.hbm
../hbssl/hbssl.hbc
hbssl.hbc
-DHB_HAS_OPENSSL

View File

@@ -3,4 +3,4 @@
#
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
libs=../hbmzip/hbmzip.hbc
libs=hbmzip.hbc

View File

@@ -15,4 +15,4 @@ hbziparc.hbx
ziparc.prg
../hbmzip/hbmzip.hbc
hbmzip.hbc

View File

@@ -7,4 +7,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{!darwin}libs=fbclient
{darwin}frameworks=Firebird
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-stop{pocc64|poccarm}

View File

@@ -9,4 +9,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{win|dos}libs=libmysql
{os2}libs=mysqlclient
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-depkeyhead=mysql:mysql.h
-depcontrol=mysql:no{HB_BUILD_3RDEXT='no'}

View File

@@ -7,4 +7,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{HB_WITH_OCILIB_MIXED}libs=ocilibm
{!HB_WITH_OCILIB_WIDE&!HB_WITH_OCILIB_MIXED}libs=ociliba
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-stop{dos|os2|wce}

View File

@@ -8,4 +8,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{unix&!darwin}libs=odbc
{unix&darwin}libs=iodbc
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-stop{dos|os2|rsxnt}

View File

@@ -9,4 +9,4 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
{darwin}libpaths=/opt/local/lib/postgresql84
{darwin}libpaths=/opt/local/lib/postgresql83
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-depkeyhead=pgsql:libpq-fe.h
-depcontrol=pgsql:no{HB_BUILD_3RDEXT='no'}

View File

@@ -5,4 +5,4 @@
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
libs=../3rd/sqlite3/sqlite3.hbc
libs=../rddsql/rddsql.hbc
libs=rddsql.hbc

View File

@@ -9,7 +9,7 @@
-w3 -es2
../rddsql/rddsql.hbc
rddsql.hbc
-depkeyhead=sqlite3:sqlite3.h
-depcontrol=sqlite3:local{HB_BUILD_3RDEXT='no'}

View File

@@ -8,8 +8,8 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
# xhb has these as part of core, so we're adding them to emulate it.
# They are not needed to use xhb lib itself.
libs=../hbct/hbct.hbc
libs=../hbtip/hbtip.hbc
libs=../hbwin/hbwin.hbc
libs=../hbfship/hbfship.hbc
libs=../hbxpp/hbxpp.hbc
libs=hbct.hbc
libs=hbtip.hbc
libs=hbwin.hbc
libs=hbfship.hbc
libs=hbxpp.hbc

View File

@@ -23,11 +23,11 @@
# For hbserv.c, maybe more
-c=gnu90
../hbct/hbct.hbc
../hbtip/hbtip.hbc
../hbwin/hbwin.hbc
../hbfship/hbfship.hbc
../hbxpp/hbxpp.hbc
hbct.hbc
hbtip.hbc
hbwin.hbc
hbfship.hbc
hbxpp.hbc
xhb.hbx