From d899ff5acc78811b7896d166961725b56e8eeb4e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 22 Jul 2012 17:46:39 +0000 Subject: [PATCH] 2012-07-22 19:45 UTC+0200 Viktor Szakats (vszakats syenar.net) * extras/hbapollo/hbapollo.hbp + utilize original COFF implibs provided by the vendor (it makes link-time warnings disappear, when using mingw and enables implib generation for all compilers) --- harbour/ChangeLog | 6 ++++++ harbour/extras/hbapollo/hbapollo.hbp | 2 ++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1b634f5878..c38add09b6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-22 19:45 UTC+0200 Viktor Szakats (vszakats syenar.net) + * extras/hbapollo/hbapollo.hbp + + utilize original COFF implibs provided by the vendor + (it makes link-time warnings disappear, when using mingw + and enables implib generation for all compilers) + 2012-07-22 19:31 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/hbgt/doc/en/hbgt.txt * doc/en/gtslang.txt diff --git a/harbour/extras/hbapollo/hbapollo.hbp b/harbour/extras/hbapollo/hbapollo.hbp index 8c0724791b..bc25d7a176 100644 --- a/harbour/extras/hbapollo/hbapollo.hbp +++ b/harbour/extras/hbapollo/hbapollo.hbp @@ -20,6 +20,8 @@ -depincpath=apollo:/boot/common/include -depimplibs=apollo:../sde7.dll -depimplibs=apollo:../fts32.dll +-depimplibs=apollo:sde7.lib +-depimplibs=apollo:fts32.lib {HB_WITH_APOLLO_VER61}-cflag=-DHB_WITH_APOLLO_VER61