2009-06-23 05:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/hbmsql/hbmsql.hbc
* examples/hbmsql/hbmsql.hbp
- examples/hbsqlit2/tests/hbsqlit2.hbc
+ examples/hbsqlit2/hbsqlit2.hbc
* examples/hbsqlit2/hbsqlit2.hbp
+ examples/hbsqlit2/tests/hbmk.hbm
- examples/hbapollo/tests/hbapollo.hbc
+ examples/hbapollo/hbapollo.hbc
* examples/hbapollo/hbapollo.hbp
+ examples/hbapollo/tests/hbmk.hbm
- examples/hbwhat/tests/hbwhat.hbc
+ examples/hbwhat/hbwhat.hbc
* examples/hbwhat/hbwhat.hbp
+ examples/hbwhat/tests/hbmk.hbm
* Updated make files, added missing one, synced
with latest layout. Enabled -inc mode in all.
Storing output inside arch/comp subtree to allow
parellel builds. Moving towards plugin mode.
This commit is contained in:
@@ -17,6 +17,26 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-23 05:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* examples/hbmsql/hbmsql.hbc
|
||||
* examples/hbmsql/hbmsql.hbp
|
||||
- examples/hbsqlit2/tests/hbsqlit2.hbc
|
||||
+ examples/hbsqlit2/hbsqlit2.hbc
|
||||
* examples/hbsqlit2/hbsqlit2.hbp
|
||||
+ examples/hbsqlit2/tests/hbmk.hbm
|
||||
- examples/hbapollo/tests/hbapollo.hbc
|
||||
+ examples/hbapollo/hbapollo.hbc
|
||||
* examples/hbapollo/hbapollo.hbp
|
||||
+ examples/hbapollo/tests/hbmk.hbm
|
||||
- examples/hbwhat/tests/hbwhat.hbc
|
||||
+ examples/hbwhat/hbwhat.hbc
|
||||
* examples/hbwhat/hbwhat.hbp
|
||||
+ examples/hbwhat/tests/hbmk.hbm
|
||||
* Updated make files, added missing one, synced
|
||||
with latest layout. Enabled -inc mode in all.
|
||||
Storing output inside arch/comp subtree to allow
|
||||
parellel builds. Moving towards plugin mode.
|
||||
|
||||
2009-06-23 04:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* Changed ${hb_self} macro to ${hb_dir}
|
||||
|
||||
11
harbour/examples/hbapollo/hbapollo.hbc
Normal file
11
harbour/examples/hbapollo/hbapollo.hbc
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{dos}skip=yes
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_arch}/${hb_comp}
|
||||
|
||||
libs=hbapollo
|
||||
libs={win}sde61
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
-hblib
|
||||
-ohbapollo
|
||||
-olib/${hb_arch}/${hb_comp}/hbapollo
|
||||
-inc
|
||||
-q0 -w3 -es2 -l
|
||||
-i${HB_INC_APOLLO}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs={!dos}hbapollo
|
||||
libs={win}sde61
|
||||
5
harbour/examples/hbapollo/tests/hbmk.hbm
Normal file
5
harbour/examples/hbapollo/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbapollo.hbc
|
||||
@@ -2,4 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_arch}/${hb_comp}
|
||||
|
||||
libs=hbmsql
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#
|
||||
|
||||
-hblib
|
||||
|
||||
-ohbmsql
|
||||
-olib/${hb_arch}/${hb_comp}/hbmsql
|
||||
-inc
|
||||
|
||||
msql.c
|
||||
tmsql.prg
|
||||
|
||||
9
harbour/examples/hbsqlit2/hbsqlit2.hbc
Normal file
9
harbour/examples/hbsqlit2/hbsqlit2.hbc
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_arch}/${hb_comp}
|
||||
|
||||
libs=hbsqlit2
|
||||
libs=sqlite2
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
-hblib
|
||||
-ohbsqlit2
|
||||
-olib/${hb_arch}/${hb_comp}/hbsqlit2
|
||||
-inc
|
||||
-q0 -w3 -es2 -l
|
||||
-i${HB_INC_SQLITE2}
|
||||
|
||||
5
harbour/examples/hbsqlit2/tests/hbmk.hbm
Normal file
5
harbour/examples/hbsqlit2/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbsqlit2.hbc
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbsqlit2 sqlite2
|
||||
11
harbour/examples/hbwhat/hbwhat.hbc
Normal file
11
harbour/examples/hbwhat/hbwhat.hbc
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{!win}skip=yes
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_arch}/${hb_comp}
|
||||
|
||||
libs=hbwhat
|
||||
libs=xhb.hbc
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
-hblib
|
||||
-ohbwhat
|
||||
-olib/${hb_arch}/${hb_comp}/hbwhat
|
||||
-inc
|
||||
-q0 -w3 -es2 -l
|
||||
-i../../contrib/xhb
|
||||
|
||||
5
harbour/examples/hbwhat/tests/hbmk.hbm
Normal file
5
harbour/examples/hbwhat/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbwhat.hbc
|
||||
@@ -1,6 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
{win}libs=hbwhat gtwvg xhb
|
||||
gui=yes
|
||||
Reference in New Issue
Block a user