Ignore:
Timestamp:
Dec 10, 2006, 9:27:54 AM (19 years ago)
Author:
bird
Message:

Deal with shifting case standard in the PSDK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/sdks/WIN32SDK.kmk

    r692 r702  
    4646 endif
    4747endif
    48 PATH_SDK_WIN32SDK_INC ?= $(PATH_SDK_WIN32SDK)/include
    49 PATH_SDK_WIN32SDK_LIB ?= $(PATH_SDK_WIN32SDK)/lib
     48ifndef PATH_SDK_WIN32SDK_INC
     49PATH_SDK_WIN32SDK_INC := $(firstword $(wildcard $(PATH_SDK_WIN32SDK)/[Ii][Nn][Cc][Ll][Uu][Dd][Ee]) $(PATH_SDK_WIN32SDK)/Include)
     50endif
     51ifndef PATH_SDK_WIN32SDK_LIB
     52PATH_SDK_WIN32SDK_LIB := $(firstword $(wildcard $(PATH_SDK_WIN32SDK)/[Ll][Ii][Bb]) $(PATH_SDK_WIN32SDK)/Lib)
     53endif
     54ifndef PATH_SDK_WIN32SDK_BIN
     55PATH_SDK_WIN32SDK_BIN := $(firstword $(wildcard $(PATH_SDK_WIN32SDK)/[Bb][Ii][Nn]) $(PATH_SDK_WIN32SDK)/Bin)
     56endif
     57
    5058
    5159# General Properties used by kBuild
Note: See TracChangeset for help on using the changeset viewer.