Kaydet (Commit) 64921c70 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: get rid of that horrible $(shell...)

... just check against the only still supported MSVC instead (2010).

Change-Id: I898bddb9156c04fa1daaf78fca9d5b4ec8f430cf
üst 3b4d361c
......@@ -189,7 +189,7 @@ ifeq ($(VCVER),100)
endif
ifeq ($(shell [ $(VCVER) -ge 110 ] && echo $(true)),$(true))
ifneq ($(VCVER),100)
# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
gb_RCFLAGS += -nologo
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment