From 96b978b21c67e3069f2425f531268aaf40b511c6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 20 Aug 2009 20:28:18 +0000 Subject: [PATCH] 2009-08-20 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/common/watcom.mk ! Yet another fix to prev moving dos shell specific cmdline length defeating tricks after rules.mk inclusion. --- harbour/ChangeLog | 5 +++++ harbour/config/common/watcom.mk | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ad11e0f93a..f70784105d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-20 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/common/watcom.mk + ! Yet another fix to prev moving dos shell specific + cmdline length defeating tricks after rules.mk inclusion. + 2009-08-20 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/watcom.mk * config/win/watcom.mk diff --git a/harbour/config/common/watcom.mk b/harbour/config/common/watcom.mk index 03e74e7427..423f23f316 100644 --- a/harbour/config/common/watcom.mk +++ b/harbour/config/common/watcom.mk @@ -100,6 +100,8 @@ AR := wlib ARFLAGS := -q -p=64 -c -n AR_RULE = $(create_library) +include $(TOP)$(ROOT)config/rules.mk + ifeq ($(HB_SHELL),dos) # disable DOS/4GW Banner @@ -116,5 +118,3 @@ ifeq ($(HB_SHELL),dos) export HARBOURCMD := $(HB_FLAGS) HB_FLAGS := endif - -include $(TOP)$(ROOT)config/rules.mk