Merge branch 'xs' into xsdev

This commit is contained in:
Tim Uy 2016-03-07 14:50:58 -08:00
commit c7b29fa537
1 changed files with 4 additions and 0 deletions

View File

@ -26,7 +26,11 @@ AS = ml
LD = link
AR = lib
RC = rc
!if $(USE_CRT_DLL)
CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
!else
CFLAGS = -nologo -MT -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
!endif
WFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
ASFLAGS = -coff -Zi $(LOC)
LDFLAGS = -nologo -debug -incremental:no -opt:ref