|  | @@ -4289,7 +4289,7 @@ probe_cc(){ | 
														
													
														
															
																|  |  | _ld_path='-libpath:' |  |  | _ld_path='-libpath:' | 
														
													
														
															
																|  |  | elif $_cc -nologo- 2>&1 | grep -q Microsoft; then |  |  | elif $_cc -nologo- 2>&1 | grep -q Microsoft; then | 
														
													
														
															
																|  |  | _type=msvc |  |  | _type=msvc | 
														
													
														
															
																|  |  | _ident=$($_cc 2>&1 | head -n1) |  |  |  | 
														
													
														
															
																|  |  |  |  |  | _ident=$($_cc 2>&1 | head -n1 | tr -d '\r') | 
														
													
														
															
																|  |  | _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)' |  |  | _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)' | 
														
													
														
															
																|  |  | _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs' |  |  | _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs' | 
														
													
														
															
																|  |  | _cflags_speed="-O2" |  |  | _cflags_speed="-O2" | 
														
													
												
													
														
															
																|  | 
 |