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/VCC120.kmk

    r3033 r3037  
    5555endif
    5656ifneq ($(PATH_TOOL_VCC120),)
    57  ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)
     57 if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.amd64" && exists("$(PATH_TOOL_VCC120AMD64)/bin/amd64") # Missing in express edition.
    5858 PATH_TOOL_VCC120_BIN.amd64 ?= $(PATH_TOOL_VCC120)/bin/amd64
    5959 else
Note: See TracChangeset for help on using the changeset viewer.