2008-07-03 08:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbsqlit3/Makefile
     * Changed so that only failing BSD and HPUX platforms 
       are excluded.
This commit is contained in:
Viktor Szakats
2008-07-03 06:57:42 +00:00
parent 23d360c752
commit c38cc0608e
2 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-03 08:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit3/Makefile
* Changed so that only failing BSD and HPUX platforms
are excluded.
2008-07-03 08:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbtpathy/tpos2.c
! Blind fix for three OS/2 warnings. David please test.

View File

@@ -7,7 +7,8 @@ ROOT = ../../
LIBNAME=hbsqlit3
ifneq ($(HB_ARCHITECTURE),dos)
ifeq ($(HB_ARCHITECTURE),w32)
ifneq ($(HB_ARCHITECTURE),bsd)
ifneq ($(HB_ARCHITECTURE),hpux)
C_SOURCES =\
hbsqlit3.c \
@@ -28,3 +29,6 @@ endif
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif