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

* contrib/hbsqlit3/Makefile
   * contrib/Makefile
     + Reenabled hbsqlit3 for w32 platform.
This commit is contained in:
Viktor Szakats
2008-07-02 20:45:44 +00:00
parent 4194f6504d
commit 119b2b97c5
3 changed files with 18 additions and 1 deletions

View File

@@ -8,6 +8,19 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit3/Makefile
* contrib/Makefile
+ Reenabled hbsqlit3 for w32 platform.
2008-07-02 22:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmzip/hbmzip.c
+ Added DOS branches but not actual content. Sorry.
* contrib/hbsqlit3/Makefile
* contrib/Makefile
+ Reenabled hbsqlit3 for w32 platform.
2008-07-02 22:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit2/Makefile
* contrib/hbsqlit3/Makefile

View File

@@ -21,7 +21,7 @@ DIRS=\
hbodbc \
hbole \
# hbsqlit2 \
# hbsqlit3 \
hbsqlit3 \
hbtip \
hbtpathy \
hbvpdf \

View File

@@ -7,6 +7,7 @@ ROOT = ../../
LIBNAME=hbsqlit3
ifneq ($(HB_ARCHITECTURE),dos)
ifeq ($(HB_ARCHITECTURE),w32)
C_SOURCES =\
hbsqlit3.c \
@@ -24,3 +25,6 @@ install::
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif