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)
19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32')
25 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk)
28 include $(TOPDIR)sdk/build/windows_sdk_tools.mk
67 $(info ====== [Windows SDK] $1 ======)
85 $(WIN_SDK_ZIP): winsdk-tools sdk
96 $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
103 @echo "Windows SDK generated at $(WIN_SDK_ZIP)"