2008-07-02 22:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbsqlit2/Makefile
   * contrib/hbsqlit3/Makefile
     ! Excluded from DOS builds.

   * contrib/Makefile
     - Commented following contribs from GNU-make default builds 
       until different platform/compiler issues and excessive 
       warnings are resolved:
       hbsqlit2, hbsqlit3, hbw32ddr, hbwhat32, hbziparch
This commit is contained in:
Viktor Szakats
2008-07-02 20:30:37 +00:00
parent 755f572829
commit 4194f6504d
4 changed files with 32 additions and 9 deletions

View File

@@ -8,6 +8,17 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-02 22:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit2/Makefile
* contrib/hbsqlit3/Makefile
! Excluded from DOS builds.
* contrib/Makefile
- Commented following contribs from GNU-make default builds
until different platform/compiler issues and excessive
warnings are resolved:
hbsqlit2, hbsqlit3, hbw32ddr, hbwhat32, hbziparch
2008-07-02 21:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/make_xmingwce.sh
* harbour/bin/hb-mkslib.sh

View File

@@ -20,15 +20,15 @@ DIRS=\
hbnf \
hbodbc \
hbole \
hbsqlit2 \
hbsqlit3 \
# hbsqlit2 \
# hbsqlit3 \
hbtip \
hbtpathy \
hbvpdf \
hbw32 \
hbw32ddr \
hbwhat32 \
hbziparch \
# hbw32ddr \
# hbwhat32 \
# hbziparch \
rddado \
xhb \

View File

@@ -4,6 +4,10 @@
ROOT = ../../
LIBNAME=hbsqlit2
ifneq ($(HB_ARCHITECTURE),dos)
C_SOURCES =\
hbsqlit2.c \
attach.c \
@@ -41,11 +45,13 @@ C_SOURCES =\
PRG_HEADERS=\
hbsqlit2.ch
LIBNAME=hbsqlit2
include $(TOP)$(ROOT)config/header.cf
INSTALL_RULE_HEADERS := $(INSTALL_RULE)
include $(TOP)$(ROOT)config/lib.cf
install::
$(INSTALL_RULE_HEADERS)
else
include $(TOP)$(ROOT)config/none.cf
endif

View File

@@ -4,17 +4,23 @@
ROOT = ../../
LIBNAME=hbsqlit3
ifneq ($(HB_ARCHITECTURE),dos)
C_SOURCES =\
hbsqlit3.c \
PRG_HEADERS=\
hbsqlit3.ch \
LIBNAME=hbsqlit3
include $(TOP)$(ROOT)config/header.cf
INSTALL_RULE_HEADERS := $(INSTALL_RULE)
include $(TOP)$(ROOT)config/lib.cf
install::
$(INSTALL_RULE_HEADERS)
else
include $(TOP)$(ROOT)config/none.cf
endif