mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
BR 3392395: unbreak msvc.mak build due to a stray backslash
Extra backslash had eaten one innocent line, thus compiler flags (ALL_CFLAGS) are gone. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
6c48b42466
commit
9546507861
@ -35,7 +35,7 @@ INTERNAL_CFLAGS = /I$(srcdir) /I. \
|
||||
/I$(srcdir)/x86 /I./x86 \
|
||||
/I$(srcdir)/asm /I./asm \
|
||||
/I$(srcdir)/disasm /I./disasm \
|
||||
/I$(srcdir)/output /I./output \
|
||||
/I$(srcdir)/output /I./output
|
||||
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
|
||||
LDFLAGS = $(LDFLAGS) /SUBSYSTEM:CONSOLE /RELEASE
|
||||
LIBS =
|
||||
|
Loading…
Reference in New Issue
Block a user