Ignore:
Timestamp:
May 10, 2017, 11:24:06 AM (8 years ago)
Author:
bird
Message:

tools/VCC120*.kmk: Express edition adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC120AMD64.kmk

    r3036 r3037  
    5656 PATH_TOOL_VCC120AMD64 := $(PATH_TOOL_VCC120AMD64)
    5757endif
    58 ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)
     58if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.amd64" && exists("$(PATH_TOOL_VCC120AMD64)/bin/amd64") # Missing in express edition.
    5959PATH_TOOL_VCC120AMD64_BIN ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64
    6060else
Note: See TracChangeset for help on using the changeset viewer.