Changeset 1354 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 3, 2007, 2:07:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r1350 r1354 71 71 # @param $(1) Base name, no extention. 72 72 # @param $(2) The extension. 73 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower) 74 TOOL_VCC80X86_PDB ?= $(dir $(1))$(tolower $(notdir $(1))).$(2) 75 else # this fallback is incorrect and won't work on a case sensitive FS. 76 TOOL_VCC80X86_PDB ?= $(1).$(2) 77 endif 73 TOOL_VCC80X86_PDB = $(dir $(1))$(tolower $(notdir $(1))).$(2) 78 74 79 75
Note:
See TracChangeset
for help on using the changeset viewer.