More MSVC build fixes

This commit is contained in:
Pietro Gagliardi 2015-11-27 20:18:14 -05:00
parent 99176a1d10
commit 69823eab84
1 changed files with 2 additions and 1 deletions

View File

@ -78,12 +78,13 @@ OFILES := $(OFILES:%=$(OBJDIR)/%.o)
# TODO -Wno-switch equivalent
# TODO /sdl turns C4996 into an ERROR
# TODO loads of warnings in the system header files
# TODO /analyze requires us to write annotations everywhere
CFLAGS += \
/Zi \
/W4 \
/wd4100 \
/TC \
/analyze /bigobj /nologo \
/bigobj /nologo \
/RTC1 /RTCc /RTCs /RTCu \
/D "_UI_EXTERN=__declspec(dllexport) extern"