2009-06-14 01:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/rddsql/sddmy/tests/hbmk.hbm
- contrib/rddsql/sddmy/tests/sddmy.hbc
+ contrib/rddsql/sddmy/sddmy.hbc
- contrib/rddsql/tests/rddsql.hbc
+ contrib/rddsql/sddodbc/tests/hbmk.hbm
- contrib/rddsql/sddodbc/tests/sddodbc.hbc
+ contrib/rddsql/sddodbc/sddodbc.hbc
+ contrib/rddsql/tests/hbmk.hbm
+ contrib/rddsql/rddsql.hbc
* Rearranged according to new .hbc/.hbm layout.
Layout:
in 'tests' where final app are residing, I've
added an automatically processed hbmk2 option
file: hbmk.hbm.
This file refers to the .hbc file belonging to
the SDD: sdd*.hbc, residing in the parent dir.
This file in turn refers to the .hbc file belonging to
the main RDDSQL: rddsql.hbc, resising in the parent dir.
so this is the reference chain when issuing
hbmk2 <test.prg> in one of the test dirs:
hbmk.hbm -> sdd*.hbc -> rddsql.hbc
This commit is contained in:
@@ -17,6 +17,29 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-14 01:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ contrib/rddsql/sddmy/tests/hbmk.hbm
|
||||
- contrib/rddsql/sddmy/tests/sddmy.hbc
|
||||
+ contrib/rddsql/sddmy/sddmy.hbc
|
||||
- contrib/rddsql/tests/rddsql.hbc
|
||||
+ contrib/rddsql/sddodbc/tests/hbmk.hbm
|
||||
- contrib/rddsql/sddodbc/tests/sddodbc.hbc
|
||||
+ contrib/rddsql/sddodbc/sddodbc.hbc
|
||||
+ contrib/rddsql/tests/hbmk.hbm
|
||||
+ contrib/rddsql/rddsql.hbc
|
||||
* Rearranged according to new .hbc/.hbm layout.
|
||||
Layout:
|
||||
in 'tests' where final app are residing, I've
|
||||
added an automatically processed hbmk2 option
|
||||
file: hbmk.hbm.
|
||||
This file refers to the .hbc file belonging to
|
||||
the SDD: sdd*.hbc, residing in the parent dir.
|
||||
This file in turn refers to the .hbc file belonging to
|
||||
the main RDDSQL: rddsql.hbc, resising in the parent dir.
|
||||
so this is the reference chain when issuing
|
||||
hbmk2 <test.prg> in one of the test dirs:
|
||||
hbmk.hbm -> sdd*.hbc -> rddsql.hbc
|
||||
|
||||
2009-06-14 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbblat/hbblat.hbc
|
||||
* contrib/hbhpdf/hbhpdf.hbc
|
||||
|
||||
8
harbour/contrib/rddsql/sddmy/sddmy.hbc
Normal file
8
harbour/contrib/rddsql/sddmy/sddmy.hbc
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=sddmy
|
||||
libs=libmysql
|
||||
|
||||
hbcs=../rddsql.hbc
|
||||
5
harbour/contrib/rddsql/sddmy/tests/hbmk.hbm
Normal file
5
harbour/contrib/rddsql/sddmy/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../sddmy.hbc
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=rddsql sddmy libmysql
|
||||
8
harbour/contrib/rddsql/sddodbc/sddodbc.hbc
Normal file
8
harbour/contrib/rddsql/sddodbc/sddodbc.hbc
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=sddodbc
|
||||
{win}libs=odbc32
|
||||
|
||||
hbcs=../rddsql.hbc
|
||||
5
harbour/contrib/rddsql/sddodbc/tests/hbmk.hbm
Normal file
5
harbour/contrib/rddsql/sddodbc/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../sddodbc.hbc
|
||||
@@ -1,6 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=rddsql sddodbc
|
||||
{win}libs=odbc32
|
||||
@@ -23,4 +23,4 @@ PROC main()
|
||||
RETURN
|
||||
|
||||
|
||||
PROC RDDSYS(); RETURN
|
||||
PROC RDDSYS(); RETURN
|
||||
|
||||
5
harbour/contrib/rddsql/tests/hbmk.hbm
Normal file
5
harbour/contrib/rddsql/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../rddsql.hbc
|
||||
Reference in New Issue
Block a user