comparison make/windows/makefiles/compile.make @ 2073: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 c18cbe5936b8
children dbf8dcf069d1
comparison
equal deleted inserted replaced
2025:b03e6b4c7c75 2073:e0c969b97f66
136 !if "$(MFC_DEBUG)" == "true" 136 !if "$(MFC_DEBUG)" == "true"
137 MS_RUNTIME_OPTION = /MTd /D "_DEBUG" 137 MS_RUNTIME_OPTION = /MTd /D "_DEBUG"
138 !endif 138 !endif
139 139
140 # Always add the _STATIC_CPPLIB flag 140 # Always add the _STATIC_CPPLIB flag
141 STATIC_CPPLIB_OPTION = /D _STATIC_CPPLIB 141 STATIC_CPPLIB_OPTION = /D _STATIC_CPPLIB /D _DISABLE_DEPRECATE_STATIC_CPPLIB
142 MS_RUNTIME_OPTION = $(MS_RUNTIME_OPTION) $(STATIC_CPPLIB_OPTION) 142 MS_RUNTIME_OPTION = $(MS_RUNTIME_OPTION) $(STATIC_CPPLIB_OPTION)
143 CPP_FLAGS=$(CPP_FLAGS) $(MS_RUNTIME_OPTION) 143 CPP_FLAGS=$(CPP_FLAGS) $(MS_RUNTIME_OPTION)
144 144
145 # How /GX option is spelled 145 # How /GX option is spelled
146 GX_OPTION = /GX 146 GX_OPTION = /GX