1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 12:10:13 +00:00

Minor Watcom makefile tweaks.

This commit is contained in:
Guenter Knauf
2010-10-03 22:55:42 +02:00
parent fa0dd472cd
commit 679c1032cb

View File

@ -29,9 +29,13 @@ RC = wrc
! loaddll wlib wlibd
!endif
!if $(__VERSION__) < 1250
RM = del /q /f 2>NUL
!else
RM = rm -f
!endif
MD = mkdir
RM = del /q /f >NUL 2>&1
RD = rmdir /q /s >NUL 2>&1
RD = rmdir /q /s 2>NUL
CP = copy
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &