mirror of https://github.com/madler/zlib
Merge branch 'xs' into xsdev
This commit is contained in:
commit
c7b29fa537
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue