diff --git a/harbour/ChangeLog b/harbour/ChangeLog index de06ac09c2..d10829e373 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-15 14:44 UTC+0200 Viktor Szakats (harbour syenar.net) + * config/win/bcc.mk + ! fixed RC support + 2012-06-15 14:00 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/make.hb * INSTALL diff --git a/harbour/config/win/bcc.mk b/harbour/config/win/bcc.mk index 6c9247ebfe..8cd8640050 100644 --- a/harbour/config/win/bcc.mk +++ b/harbour/config/win/bcc.mk @@ -54,6 +54,7 @@ endif # It only works if we know compiler location. ifneq ($(HB_COMP_PATH_PUB),) HB_CFLAGS += $(subst /,$(BACKSLASH),-I"$(HB_COMP_PATH_PUB)../Include") + RCFLAGS += $(subst /,$(BACKSLASH),-I"$(HB_COMP_PATH_PUB)../Include") LDFLAGS += $(subst /,$(BACKSLASH),-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK") DFLAGS += $(subst /,$(BACKSLASH),-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK") endif