mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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:
committed by
H. Peter Anvin (Intel)
parent
29a5aabd7a
commit
0c8379825e
@@ -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
|
||||
|
Reference in New Issue
Block a user