| Raphael Moll | fe21e0b | 2010-11-11 16:03:07 -0800 | [diff] [blame^] | 1 | # 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 | |||||
| 6 | WIN_SDK_TARGETS := \ | ||||
| 7 | emulator \ | ||||
| 8 | mksdcard \ | ||||
| 9 | sdklauncher | ||||
| 10 | |||||