2008-07-29 00:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbhpdf/Makefile
     ! Refixed to exclude hbhpdf from DOS builds.
This commit is contained in:
Viktor Szakats
2008-07-28 22:11:05 +00:00
parent 4d4bb8e11c
commit 74a9559eef
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-29 00:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbhpdf/Makefile
! Refixed to exclude hbhpdf from DOS builds.
2008-07-28 20:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* tests/ainstest.prg
* tests/array16.prg

View File

@@ -6,6 +6,8 @@ ROOT = ../../
LIBNAME=hbhpdf
ifneq ($(HB_ARCHITECTURE),dos)
ifeq ($(HB_INC_LIBHARU),)
ifeq ($(HB_XBUILD),)
HB_INC_LIBHARU = /usr/include
@@ -36,3 +38,6 @@ install::
else
include $(TOP)$(ROOT)config/none.cf
endif
else
include $(TOP)$(ROOT)config/none.cf
endif