Changeset 692 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Dec 8, 2006, 11:31:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r677 r692 29 29 # Tool Specific Properties 30 30 ifndef PATH_TOOL_VCC70 31 PATH_TOOL_VCC70 := $(wildcard $(PATH_DEVTOOLS)/x86.win/vcc/v7 \ 32 $(PATH_DEVTOOLS)/x86.win32/vcc/v7 \ 33 $(PATH_DEVTOOLS)/x86.win32/vcc70) 34 ifeq ($(PATH_TOOL_VCC70),) 35 PATH_TOOL_VCC70 := $(firstword $(PATH_TOOL_VCC70)) 36 endif 31 PATH_TOOL_VCC70 := $(firstword $(wildcard \ 32 $(PATH_DEVTOOLS)/win.x86/vcc/v7 \ 33 $(PATH_DEVTOOLS)/x86.win32/vcc/v7 \ 34 $(PATH_DEVTOOLS)/x86.win32/vcc70) ) 37 35 # if not found, we'll enter 'pathless' mode. 38 36 else
Note:
See TracChangeset
for help on using the changeset viewer.