Changeset 1354 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Dec 3, 2007, 2:07:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r1350 r1354 66 66 # @param $(1) Base name, no extention. 67 67 # @param $(2) The extension. 68 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)69 68 TOOL_VCC70_PDB = $(dir $(1))$(tolower $(notdir $(1))).$(2) 70 else # this fallback is incorrect and won't work on a case sensitive FS.71 TOOL_VCC70_PDB = $(1).$(2)72 endif73 69 74 70 # General Properties used by kBuild
Note:
See TracChangeset
for help on using the changeset viewer.