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.
This commit is contained in:
Viktor Szakats
2009-08-20 20:28:18 +00:00
parent 34190a645f
commit 96b978b21c
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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