Changeset 3037 for trunk/kBuild/tools/VCC120AMD64.kmk
- Timestamp:
- May 10, 2017, 11:24:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.