changeset 1957:e0c969b97f66

6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage Summary: Disabled the warning message during compiling. Reviewed-by: coleenp, dholmes
author zgu
date Mon, 27 Dec 2010 09:30:20 -0500
parents b03e6b4c7c75
children dbf8dcf069d1
files make/windows/makefiles/compile.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)