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

* contrib/hbwhat32/Makefile
     ! Fixed to compile using GNU make system. This 
       contrib needs xhb header in order to compile.
       (solved with an ugly hack)
       [TOMERGE 1.0.0RC1]
This commit is contained in:
Viktor Szakats
2008-06-21 23:44:44 +00:00
parent 4194bde009
commit 7c9a68d39b
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,13 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-22 01:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbwhat32/Makefile
! Fixed to compile using GNU make system. This
contrib needs xhb header in order to compile.
(solved with an ugly hack)
[TOMERGE 1.0.0RC1]
2008-06-22 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmysql/mysql.c
! Fixed GCC warning.

View File

@@ -83,6 +83,10 @@ PRG_HEADERS= \
LIBNAME=hbwhat32
# This lib needs xhb headers to compile, and this is
# the hack to help Harbour find them.
PRG_USR := $(PRG_USR) -I../../../xhb
include $(TOP)$(ROOT)config/lib.cf
endif