mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
openwcom.mak: use %null instead of @rem for $(SIDE)
%null appears to be the recommended way to do $(SIDE) on WMAKE. Suggested-by: KO Mying-Hun <komh78@gmail.com> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -34,7 +34,7 @@ RUNPERL = $(PERL) $(PERLFLAGS)
|
||||
RM_F = -del /f
|
||||
LN_S = copy
|
||||
EMPTY = copy nul:
|
||||
SIDE = @rem Created by side effect
|
||||
SIDE = %null Created by side effect
|
||||
|
||||
MAKENSIS = makensis
|
||||
|
||||
|
Reference in New Issue
Block a user