More MSVC build fixes
This commit is contained in:
parent
99176a1d10
commit
69823eab84
|
@ -78,12 +78,13 @@ OFILES := $(OFILES:%=$(OBJDIR)/%.o)
|
||||||
# TODO -Wno-switch equivalent
|
# TODO -Wno-switch equivalent
|
||||||
# TODO /sdl turns C4996 into an ERROR
|
# TODO /sdl turns C4996 into an ERROR
|
||||||
# TODO loads of warnings in the system header files
|
# TODO loads of warnings in the system header files
|
||||||
|
# TODO /analyze requires us to write annotations everywhere
|
||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
/Zi \
|
/Zi \
|
||||||
/W4 \
|
/W4 \
|
||||||
/wd4100 \
|
/wd4100 \
|
||||||
/TC \
|
/TC \
|
||||||
/analyze /bigobj /nologo \
|
/bigobj /nologo \
|
||||||
/RTC1 /RTCc /RTCs /RTCu \
|
/RTC1 /RTCc /RTCs /RTCu \
|
||||||
/D "_UI_EXTERN=__declspec(dllexport) extern"
|
/D "_UI_EXTERN=__declspec(dllexport) extern"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue