Changeset 321 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Aug 12, 2005, 4:03:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r313 r321 62 62 ## Constructs the correct .pdb name (the name is lowercased). 63 63 # @param $(1) Base name, no extention. 64 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower) 64 65 TOOL_VCC70_PDB = $(dir $(1))$(tolower $(notdir $(1))).pdb 66 else # this fallback is incorrect and won't work on a case sensitive FS. 67 TOOL_VCC70_PDB = $(1).pdb 68 endif 65 69 66 70
Note:
See TracChangeset
for help on using the changeset viewer.