Changeset 1354 for trunk/kBuild/tools/VCC80.kmk
- Timestamp:
- Dec 3, 2007, 2:07:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r1350 r1354 87 87 # @param $(1) Base name, no extention. 88 88 # @param $(2) The extension. 89 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)90 89 TOOL_VCC80_PDB = $(dir $(1))$(tolower $(notdir $(1))).$(2) 91 else # this fallback is incorrect and won't work on a case sensitive FS.92 TOOL_VCC80_PDB = $(1).$(2)93 endif94 90 95 91 TOOL_VCC80_COBJSUFF ?= .obj
Note:
See TracChangeset
for help on using the changeset viewer.