From de6cb990866a80c4e1d45b1aee3e182262dcca0a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 19 Jun 2012 14:25:29 +0000 Subject: [PATCH] 2012-06-19 16:24 UTC+0200 Viktor Szakats (harbour syenar.net) * config/win/watcom.mk ! fixed RC compilation for watcom --- harbour/ChangeLog | 4 ++++ harbour/config/win/watcom.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7835102f4c..fbe406b921 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-19 16:24 UTC+0200 Viktor Szakats (harbour syenar.net) + * config/win/watcom.mk + ! fixed RC compilation for watcom + 2012-06-19 14:29 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * deleted all remaining "hbmk2" occurrences from comments diff --git a/harbour/config/win/watcom.mk b/harbour/config/win/watcom.mk index 4ebe265592..7d5c8df2f0 100644 --- a/harbour/config/win/watcom.mk +++ b/harbour/config/win/watcom.mk @@ -56,7 +56,7 @@ endif RC := wrc RC_OUT := -fo= -RCFLAGS += -I. -I$(HB_HOST_INC) -q -r -zm -bt=nt +RCFLAGS += -i. -i$(GRANDP) -i$(HB_HOST_INC) -q -r -zm -bt=nt LD := wlink ifeq ($(HB_BUILD_DEBUG),yes)