Changeset 1504 for trunk/kBuild/sdks/WINPSDKINCS.kmk
- Timestamp:
- Apr 9, 2008, 2:04:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/sdks/WINPSDKINCS.kmk
r819 r1504 2 2 ## @file 3 3 # 4 # kBuild SDK - The Windows Platform SDK, targeting ( BUILD_TARGET) but4 # kBuild SDK - The Windows Platform SDK, targeting (KBUILD_TARGET) but 5 5 # without any libraries or LIBPATH properties. 6 6 # Basically for finding specstrings.h when using the DDK. … … 27 27 # 28 28 29 SDK_WINPSDKINCS := The Windows Platform SDK, targeting ( BUILD_TARGET) but \29 SDK_WINPSDKINCS := The Windows Platform SDK, targeting (KBUILD_TARGET) but \ 30 30 without any library or LIBPATH properties. \ 31 31 Basically for finding specstrings.h when using the DDK. … … 69 69 PATH_SDK_WINPSDKINCS_LIB.amd64 := $(firstword $(wildcard $(PATH_SDK_WINPSDKINCS)/[Ll][Ii][Bb]/[Aa][Mm][Dd]64) $(PATH_SDK_WINPSDKINCS)/Lib/AMD64) 70 70 endif 71 PATH_SDK_WINPSDKINCS_LIB ?= $(PATH_SDK_WINPSDKINCS_LIB.$( BUILD_TARGET_ARCH))71 PATH_SDK_WINPSDKINCS_LIB ?= $(PATH_SDK_WINPSDKINCS_LIB.$(KBUILD_TARGET_ARCH)) 72 72 73 73 ifndef PATH_SDK_WINPSDKINCS_BIN
Note:
See TracChangeset
for help on using the changeset viewer.