- Timestamp:
- May 10, 2017, 11:24:06 AM (8 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC120.kmk
r3033 r3037 55 55 endif 56 56 ifneq ($(PATH_TOOL_VCC120),) 57 if eq ($(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. 58 58 PATH_TOOL_VCC120_BIN.amd64 ?= $(PATH_TOOL_VCC120)/bin/amd64 59 59 else -
trunk/kBuild/tools/VCC120AMD64.kmk
r3036 r3037 56 56 PATH_TOOL_VCC120AMD64 := $(PATH_TOOL_VCC120AMD64) 57 57 endif 58 if eq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)58 if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.amd64" && exists("$(PATH_TOOL_VCC120AMD64)/bin/amd64") # Missing in express edition. 59 59 PATH_TOOL_VCC120AMD64_BIN ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64 60 60 else -
trunk/kBuild/tools/VCC120X86.kmk
r3036 r3037 60 60 endif 61 61 62 if eq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)62 if "$(KBUILD_HOST).$(KBUILD_HOST_ARCH)" == "win.amd64" && exists("$(PATH_TOOL_VCC120AMD64)/bin/amd64_x86") # Missing in express edition. 63 63 PATH_TOOL_VCC120X86_BIN_DLL ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64 64 64 PATH_TOOL_VCC120X86_BIN ?= $(PATH_TOOL_VCC120AMD64)/bin/amd64_x86
Note:
See TracChangeset
for help on using the changeset viewer.