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

    r3036 r3037  
    6060endif
    6161
    62 ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)
     62if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.amd64" && exists("$(PATH_TOOL_VCC120AMD64)/bin/amd64_x86") # Missing in express edition.
    6363 PATH_TOOL_VCC120X86_BIN_DLL ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64
    6464 PATH_TOOL_VCC120X86_BIN     ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64_x86
Note: See TracChangeset for help on using the changeset viewer.