Ignore:
Timestamp:
Aug 12, 2005, 4:03:57 AM (20 years ago)
Author:
bird
Message:

proper fallback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC70.kmk

    r313 r321  
    6262## Constructs the correct .pdb name (the name is lowercased).
    6363# @param    $(1)        Base name, no extention.
     64ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)
    6465TOOL_VCC70_PDB                = $(dir $(1))$(tolower $(notdir $(1))).pdb
     66else # this fallback is incorrect and won't work on a case sensitive FS.
     67TOOL_VCC70_PDB                = $(1).pdb
     68endif
    6569
    6670
Note: See TracChangeset for help on using the changeset viewer.