mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
openwcom.mak: use internal commands if possible
[ hpa: added comment that "rm" really is a WMAKE internal command. ] Signed-off-by: KO Myung-Hun <komh78@gmail.com> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
29a5aabd7a
commit
0c8379825e
1 changed files with 3 additions and 2 deletions
|
|
@ -31,9 +31,10 @@ RUNPERL = $(PERL) $(PERLFLAGS)
|
|||
.BEFORE
|
||||
set COPYCMD=/y
|
||||
|
||||
RM_F = -del /f
|
||||
# rm is handled internally by WMAKE, so it does work even on non-Unix systems
|
||||
RM_F = -rm -f
|
||||
LN_S = copy
|
||||
EMPTY = copy nul:
|
||||
EMPTY = %create
|
||||
SIDE = %null Created by side effect
|
||||
|
||||
MAKENSIS = makensis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue