2009-12-16 03:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* config/common/watcom.mk
    ! Fixed for dos/watcom after previous change.
This commit is contained in:
Viktor Szakats
2009-12-16 02:18:08 +00:00
parent 3da406eb95
commit ce675e64c9
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-16 03:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/common/watcom.mk
! Fixed for dos/watcom after previous change.
2009-12-16 03:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/common/watcom.mk
* config/global.mk

View File

@@ -94,9 +94,9 @@ ifeq ($(ANYDOS),yes)
# work arround to DOS command line size limit
ifeq ($(CC),wcc386)
export WCC386 := $(strip $(CC_FLAGS))
export WCC386 := $(strip $(subst $(CC_DIRSEPFROM),$(CC_DIRSEPTO),$(CC_FLAGS)))
else
export WPP386 := $(strip $(CC_FLAGS))
export WPP386 := $(strip $(subst $(CC_DIRSEPFROM),$(CC_DIRSEPTO),$(CC_FLAGS)))
endif
CC_FLAGS :=