Changeset 3037 for trunk/kBuild/tools/VCC120X86.kmk
- Timestamp:
- May 10, 2017, 11:24:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.