Changeset 2726 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r2557 r2726 5 5 6 6 # 7 # Copyright (c) 2004-201 0 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2004-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 37 37 ifndef PATH_TOOL_VCC70 38 38 PATH_TOOL_VCC70 := $(firstword $(wildcard \ 39 $( PATH_DEVTOOLS)/win.x86/vcc/v7 \40 $( PATH_DEVTOOLS)/x86.win32/vcc/v7 \41 $( PATH_DEVTOOLS)/x86.win32/vcc70) )39 $(KBUILD_DEVTOOLS)/win.x86/vcc/v7 \ 40 $(KBUILD_DEVTOOLS)/x86.win32/vcc/v7 \ 41 $(KBUILD_DEVTOOLS)/x86.win32/vcc70) ) 42 42 # if not found, we'll enter 'pathless' mode. 43 43 else
Note:
See TracChangeset
for help on using the changeset viewer.