commit | 9ca1628e3f565607e1fdef71b570d3ddb5ec09df | [log] [tgz] |
---|---|---|
author | Raphael <raphael@google.com> | Fri Apr 16 17:50:09 2010 -0700 |
committer | Raphael <raphael@google.com> | Fri Apr 23 13:17:23 2010 -0700 |
tree | 51cc3668b6192eed8fa21986d61600a7b963888b | |
parent | 4c70244cb1af8b2babd7750c2bd19aeb722e19e0 [diff] |
Support building Windows SDK under Linux. - envsetup.mk & config.mk: we define a new BUILD_OS and a minimal set of things like BUILD_OUT to be able to use some local tools when doing cross-compilation. This allows us to use the Linux version of ACP when cross-compiling the tools to Windows. - Makfile: include windows_sdk.mk when needed to build a Windows SDK. - main.mk: support a win_sdk target (e.g. PRODUCT-sdk-win_sdk) (Merge master Change I9d08d0df)