blob: 9f3db4b271531b343f3964d557ef02e51e50effc [file] [log] [blame]
Raphael Mollfe21e0b2010-11-11 16:03:07 -08001# Makefile to build the Windows SDK Tools under linux.
2#
3# This makefile is included by development/build/tools/windows_sdk.mk
4# to device which tools we want to build from the sdk.git project.
5
6WIN_SDK_TARGETS := \
7 emulator \
Raphael Moll19b851d2011-05-04 14:32:41 -07008 emulator-arm \
9 emulator-x86 \
Raphael Mollfe21e0b2010-11-11 16:03:07 -080010 mksdcard \
11 sdklauncher
12
David 'Digit' Turner94c077f2011-08-29 21:49:13 +020013# Add OpenGLES emulation host libraries if needed.
14ifeq (true,$(BUILD_EMULATOR_OPENGL))
15WIN_SDK_TARGETS += \
16 libOpenglRender \
17 libGLES_CM_translator \
18 libGLES_V2_translator \
19 libEGL_translator
20endif
21