Changeset 1504 for trunk/kBuild/sdks
- Timestamp:
- Apr 9, 2008, 2:04:42 AM (17 years ago)
- Location:
- trunk/kBuild/sdks
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/sdks/DXSDK.kmk
r819 r1504 2 2 ## @file 3 3 # 4 # kBuild SDK - The Microsoft Direct X SDK, targeting $( BUILD_TARGET).4 # kBuild SDK - The Microsoft Direct X SDK, targeting $(KBUILD_TARGET). 5 5 # 6 6 # Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 25 25 # 26 26 27 SDK_DXSDK := The Microsoft Direct X SDK, targeting $( BUILD_TARGET)27 SDK_DXSDK := The Microsoft Direct X SDK, targeting $(KBUILD_TARGET) 28 28 29 29 # SDK Specific Properties … … 53 53 PATH_SDK_DXSDK_LIB.x86 ?= $(PATH_SDK_DXSDK)/Lib/x86 54 54 PATH_SDK_DXSDK_LIB.amd64 ?= $(PATH_SDK_DXSDK)/Lib/x64 55 PATH_SDK_DXSDK_LIB ?= $(PATH_SDK_DXSDK_LIB.$( BUILD_TARGET_ARCH))55 PATH_SDK_DXSDK_LIB ?= $(PATH_SDK_DXSDK_LIB.$(KBUILD_TARGET_ARCH)) 56 56 57 57 # General Properties used by kBuild -
trunk/kBuild/sdks/LIBSDL.kmk
r1243 r1504 2 2 ## @file 3 3 # 4 # kBuild SDK - Simple DirectMedia Layer, targeting $( BUILD_TARGET).4 # kBuild SDK - Simple DirectMedia Layer, targeting $(KBUILD_TARGET). 5 5 # 6 6 # Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 25 25 # 26 26 27 SDK_LIBSDL := Simple DirectMedia Layer, targeting $( BUILD_TARGET).27 SDK_LIBSDL := Simple DirectMedia Layer, targeting $(KBUILD_TARGET). 28 28 29 29 # SDK Specific Properties … … 39 39 40 40 # Darwin might have a framework for it. 41 ifeq ($( BUILD_TARGET),darwin)41 ifeq ($(KBUILD_TARGET),darwin) 42 42 PATH_SDK_LIBSDL := $(firstword $(wildcard \ 43 43 /System/Library/Frameworks/SDL.frameworks/SDL \ … … 52 52 ifeq ($(PATH_SDK_LIBSDL),) 53 53 # Search in the typical unix places. 54 ifeq ($(filter-out %64,$( BUILD_TARGET_ARCH)),)54 ifeq ($(filter-out %64,$(KBUILD_TARGET_ARCH)),) 55 55 PATH_SDK_LIBSDL := $(firstword $(wildcard \ 56 56 /lib64/libSDL.* \ … … 93 93 else 94 94 PATH_SDK_LIBSDL := $(PATH_SDK_LIBSDL) 95 ifeq ($( BUILD_TARGET),darwin)95 ifeq ($(KBUILD_TARGET),darwin) 96 96 # Check if it's the framework or not. 97 97 _SDK_LIBSDK_IS_FRAMEWORK := $(if $(wildcard $(PATH_SDK_LIBSDL)/Headers/SDL.h),yes) … … 103 103 # varies quite a bit, thus this kludge. 104 104 # 105 ifeq ($( BUILD_TARGET),os2)105 ifeq ($(KBUILD_TARGET),os2) 106 106 LIB_SDK_LIBSDL_SDLMAIN ?= 107 107 DLL_SDK_LIBSDL_SDL ?= $(PATH_SDK_LIBSDL)/SDL/SDL12.dll … … 132 132 $(PATH_SDK_LIBSDL)/SDLTTF 133 133 134 else ifeq ($( BUILD_TARGET),win) # ASSUMES VC++ on windows, sorry.134 else ifeq ($(KBUILD_TARGET),win) # ASSUMES VC++ on windows, sorry. 135 135 LIB_SDK_LIBSDL_SDLMAIN ?= $(PATH_SDK_LIBSDL)/lib/SDLmain.lib 136 136 LIB_SDK_LIBSDL_SDL ?= $(PATH_SDK_LIBSDL)/lib/SDL.lib … … 152 152 $(PATH_SDK_LIBSDL)/lib 153 153 154 else ifeq ($( BUILD_TARGET).$(_SDK_LIBSDK_IS_FRAMEWORK),darwin.yes)154 else ifeq ($(KBUILD_TARGET).$(_SDK_LIBSDK_IS_FRAMEWORK),darwin.yes) 155 155 # darwin + framework 156 156 LIB_SDK_LIBSDL_SDLMAIN ?= $(NO_SUCH_VARIABLE) -
trunk/kBuild/sdks/W2K3DDK.kmk
r851 r1504 2 2 ## @file 3 3 # 4 # kBuild SDK - The Microsoft Windows 2003 DDK, targeting $( BUILD_TARGET).4 # kBuild SDK - The Microsoft Windows 2003 DDK, targeting $(KBUILD_TARGET). 5 5 # 6 6 # Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 25 25 # 26 26 27 SDK_W2K3DDK := The Microsoft Windows 2003 DDK, targeting $( BUILD_TARGET).27 SDK_W2K3DDK := The Microsoft Windows 2003 DDK, targeting $(KBUILD_TARGET). 28 28 29 29 # SDK Specific Properties … … 60 60 PATH_SDK_W2K3DDK_LIB.amd64 ?= $(PATH_SDK_W2K3DDK)/lib/wnet/AMD64 61 61 PATH_SDK_W2K3DDK_LIB.x86 ?= $(PATH_SDK_W2K3DDK)/lib/wnet/i386 62 PATH_SDK_W2K3DDK_LIB ?= $(PATH_SDK_W2K3DDK_LIB.$( BUILD_TARGET_ARCH))62 PATH_SDK_W2K3DDK_LIB ?= $(PATH_SDK_W2K3DDK_LIB.$(KBUILD_TARGET_ARCH)) 63 63 64 64 # General Properties used by kBuild -
trunk/kBuild/sdks/WINPSDK.kmk
r1371 r1504 2 2 ## @file 3 3 # 4 # kBuild SDK - The Windows Platform SDK, targeting ( BUILD_TARGET).4 # kBuild SDK - The Windows Platform SDK, targeting (KBUILD_TARGET). 5 5 # 6 6 # Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> … … 25 25 # 26 26 27 SDK_WINPSDK := The Windows Platform SDK, targeting ( BUILD_TARGET).27 SDK_WINPSDK := The Windows Platform SDK, targeting (KBUILD_TARGET). 28 28 29 29 # SDK Specific Properties … … 62 62 PATH_SDK_WINPSDK_LIB.amd64 := $(firstword $(wildcard $(PATH_SDK_WINPSDK)/[Ll][Ii][Bb]/[Aa][Mm][Dd]64 $(PATH_SDK_WINPSDK)/[Ll][Ii][Bb]/[xX]64) $(PATH_SDK_WINPSDK)/Lib/AMD64) 63 63 endif 64 PATH_SDK_WINPSDK_LIB ?= $(PATH_SDK_WINPSDK_LIB.$( BUILD_TARGET_ARCH))64 PATH_SDK_WINPSDK_LIB ?= $(PATH_SDK_WINPSDK_LIB.$(KBUILD_TARGET_ARCH)) 65 65 66 66 ifndef PATH_SDK_WINPSDK_BIN -
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.