# HG changeset patch # User zgu # Date 1293460220 18000 # Node ID e0c969b97f66a3f41712f01f112eade13dac793e # Parent b03e6b4c7c758ddb30e21a5e45531194c3169605 6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage Summary: Disabled the warning message during compiling. Reviewed-by: coleenp, dholmes diff -r b03e6b4c7c75 -r e0c969b97f66 make/windows/makefiles/compile.make --- a/make/windows/makefiles/compile.make Tue Dec 14 15:10:52 2010 -0500 +++ b/make/windows/makefiles/compile.make Mon Dec 27 09:30:20 2010 -0500 @@ -138,7 +138,7 @@ !endif # Always add the _STATIC_CPPLIB flag -STATIC_CPPLIB_OPTION = /D _STATIC_CPPLIB +STATIC_CPPLIB_OPTION = /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB MS_RUNTIME_OPTION = $(MS_RUNTIME_OPTION) $(STATIC_CPPLIB_OPTION) CPP_FLAGS=$(CPP_FLAGS) $(MS_RUNTIME_OPTION)