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