aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Watcom
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r--src/Makefile.Watcom12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom
index 1c628a4e1..84d78c1f2 100644
--- a/src/Makefile.Watcom
+++ b/src/Makefile.Watcom
@@ -26,15 +26,19 @@ RC = wrc
! loaddll wcc386 wccd386
! loaddll wpp386 wppd386
! loaddll wlib wlibd
-! if $(__VERSION__) < 1280
-! loaddll wlink wlink
-! else
+! if $(__VERSION__) > 1270
! loaddll wlink wlinkd
+! else
+! loaddll wlink wlink
! endif
!endif
-MD = mkdir
+!if $(__VERSION__) < 1250
RM = del /q /f >NUL 2>&1
+!else
+RM = rm -f
+!endif
+MD = mkdir
RD = rmdir /q /s >NUL 2>&1
CP = copy