From 1b9a14487a3f33bd36f1cd56bc87046bd1a85fa8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Sep 2009 10:51:22 +0000 Subject: [PATCH] 2009-09-05 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/watcom.mk ! Adjusted watcom watt lib name. --- harbour/ChangeLog | 4 ++++ harbour/config/dos/watcom.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c1dec58a6e..18b4f49e33 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-05 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/dos/watcom.mk + ! Adjusted watcom watt lib name. + 2009-09-05 12:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * config/wce/msvcarm.mk diff --git a/harbour/config/dos/watcom.mk b/harbour/config/dos/watcom.mk index 66ecbd7839..5a47945748 100644 --- a/harbour/config/dos/watcom.mk +++ b/harbour/config/dos/watcom.mk @@ -67,7 +67,7 @@ LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib)) ifneq ($(HB_LINKING_RTL),) ifneq ($(HB_HAS_WATT),) - LDLIBS += $(HB_HAS_WATT:/inc=/lib)/watt + LDLIBS += $(HB_HAS_WATT:/inc=/lib)/wattcpWF endif endif