0
0
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:
H. Peter Anvin
2025-10-03 10:23:11 -07:00
parent a563e84a69
commit d45ad2e7ed

View File

@@ -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