for windows cl host, -Fo is the preferred out option. -o is deprecated., b=418842, r=bsmedberg, a=beltzner

This commit is contained in:
dougt@meer.net 2008-02-21 13:02:06 -08:00
parent 716544dbae
commit 5a5d7d38c8

View File

@ -574,7 +574,8 @@ endif
ifeq ($(OS_TARGET), WINCE)
OUTOPTION = -Fo# eol
endif
HOST_OUTOPTION = -Fo# eol
else
ifeq (,$(CROSS_COMPILE))
HOST_OUTOPTION = $(OUTOPTION)
@ -582,6 +583,7 @@ else
HOST_OUTOPTION = -o # eol
endif
endif
################################################################################
# SUBMAKEFILES: List of Makefiles for next level down.