VirtualBox

Changeset 1354 in kBuild


Ignore:
Timestamp:
Dec 3, 2007 1:07:33 AM (17 years ago)
Author:
bird
Message:

Don't check for tolower, it's there.

Location:
trunk/kBuild/tools
Files:
4 edited

Legend:

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

    r1350 r1354  
    6666# @param    $(1)        Base name, no extention.
    6767# @param    $(2)        The extension.
    68 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)
    6968TOOL_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 endif
    7369
    7470# General Properties used by kBuild
  • trunk/kBuild/tools/VCC80.kmk

    r1350 r1354  
    8787# @param    $(1)        Base name, no extention.
    8888# @param    $(2)        The extension.
    89 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)
    9089TOOL_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 endif
    9490
    9591TOOL_VCC80_COBJSUFF         ?= .obj
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r1351 r1354  
    7272# @param    $(1)        Base name, no extention.
    7373# @param    $(2)        The extension.
    74 ifeq ($(filter tolower,$(KMK_FEATURES)),tolower)
    7574TOOL_VCC80AMD64_PDB = $(dir $(1))$(tolower $(notdir $(1))).$(2)
    76 else # this fallback is incorrect and won't work on a case sensitive FS.
    77 TOOL_VCC80AMD64_PDB = $(1).$(2)
    78 endif
    7975
    8076TOOL_VCC80AMD64_COBJSUFF         ?= .obj
  • trunk/kBuild/tools/VCC80X86.kmk

    r1350 r1354  
    7171# @param    $(1)        Base name, no extention.
    7272# @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
     73TOOL_VCC80X86_PDB = $(dir $(1))$(tolower $(notdir $(1))).$(2)
    7874
    7975
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette