Home | History | Annotate | Download | only in tools

Lines Matching refs:SDK

1 # Makefile to build the Windows SDK under linux.
3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build
7 # - create a regular Linux SDK
9 # - mirror the linux SDK directory and patch it with the Windows tools
11 # This way we avoid the headache of building a full SDK in MinGW mode, which is
16 $(error Linux is required to create a Windows SDK)
22 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk)
25 include $(TOPDIR)sdk/build/windows_sdk_tools.mk
68 $(info ====== [Windows SDK] $1 ======)
96 $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
103 @echo "Windows SDK generated at $(WIN_SDK_ZIP)"