more detection for VS

This commit is contained in:
Dave Murphy 2010-10-02 15:34:46 +00:00
parent 68fa02b657
commit 0b8fc76866

View File

@ -15,7 +15,9 @@ export AS := $(PREFIX)as
export AR := $(PREFIX)ar
export OBJCOPY := $(PREFIX)objcopy
ifneq (,$(VCBUILDHELPER_COMMAND))
ISVC=$(or $(VCBUILDHELPER_COMMAND),$(MSBUILDEXTENSIONSPATH32),$(MSBUILDEXTENSIONSPATH))
ifneq (,$(ISVC))
ERROR_FILTER := 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/g'
endif