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:
@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user