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:
Viktor Szakats
2009-06-23 03:08:18 +00:00
parent 225997bb80
commit 0cdaf09ccd
15 changed files with 74 additions and 22 deletions

View File

@@ -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}

View File

@@ -0,0 +1,11 @@
#
# $Id$
#
{dos}skip=yes
incpaths=.
libpaths=lib/${hb_arch}/${hb_comp}
libs=hbapollo
libs={win}sde61

View File

@@ -3,7 +3,7 @@
#
-hblib
-ohbapollo
-olib/${hb_arch}/${hb_comp}/hbapollo
-inc
-q0 -w3 -es2 -l
-i${HB_INC_APOLLO}

View File

@@ -1,6 +0,0 @@
#
# $Id$
#
libs={!dos}hbapollo
libs={win}sde61

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
../hbapollo.hbc

View File

@@ -2,4 +2,7 @@
# $Id$
#
incpaths=.
libpaths=lib/${hb_arch}/${hb_comp}
libs=hbmsql

View File

@@ -3,8 +3,8 @@
#
-hblib
-ohbmsql
-olib/${hb_arch}/${hb_comp}/hbmsql
-inc
msql.c
tmsql.prg

View File

@@ -0,0 +1,9 @@
#
# $Id$
#
incpaths=.
libpaths=lib/${hb_arch}/${hb_comp}
libs=hbsqlit2
libs=sqlite2

View File

@@ -3,7 +3,7 @@
#
-hblib
-ohbsqlit2
-olib/${hb_arch}/${hb_comp}/hbsqlit2
-inc
-q0 -w3 -es2 -l
-i${HB_INC_SQLITE2}

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
../hbsqlit2.hbc

View File

@@ -1,5 +0,0 @@
#
# $Id$
#
libs=hbsqlit2 sqlite2

View File

@@ -0,0 +1,11 @@
#
# $Id$
#
{!win}skip=yes
incpaths=.
libpaths=lib/${hb_arch}/${hb_comp}
libs=hbwhat
libs=xhb.hbc

View File

@@ -3,7 +3,7 @@
#
-hblib
-ohbwhat
-olib/${hb_arch}/${hb_comp}/hbwhat
-inc
-q0 -w3 -es2 -l
-i../../contrib/xhb

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
../hbwhat.hbc

View File

@@ -1,6 +0,0 @@
#
# $Id$
#
{win}libs=hbwhat gtwvg xhb
gui=yes