OSDN Git Service

Support building Windows SDK under Linux.
authorRaphael <raphael@google.com>
Sat, 17 Apr 2010 00:50:09 +0000 (17:50 -0700)
committerRaphael <raphael@google.com>
Fri, 23 Apr 2010 20:17:23 +0000 (13:17 -0700)
commit9ca1628e3f565607e1fdef71b570d3ddb5ec09df
tree51cc3668b6192eed8fa21986d61600a7b963888b
parent4c70244cb1af8b2babd7750c2bd19aeb722e19e0
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)
core/Makefile
core/config.mk
core/envsetup.mk
core/main.mk