forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-windows.ninja
35 lines (31 loc) · 1010 Bytes
/
build-windows.ninja
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
rule gyp
command = $
.\tools\gyp-windows.bat --depth=. -Iwindows_targets.gypi $
-Goutput_dir=out $
--format=ninja dartino.gyp $
--no-parallel
build $
out\DebugIA32\build.ninja $
out\DebugX64\build.ninja $
out\ReleaseIA32\build.ninja $
out\ReleaseX64\build.ninja: $
gyp $
common.gypi $
windows_targets.gypi $
dartino.gyp $
version.gyp $
src\double_conversion.gyp $
src\shared\shared.gyp $
src\tools\driver\driver.gyp $
src\vm\vm.gyp
# TODO(346): Enable build of mdns once ported to Windows.
# src\pkg\mdns\mdns.gyp $
build gyp: phony$
out\DebugIA32\build.ninja $
out\DebugX64\build.ninja $
out\ReleaseIA32\build.ninja $
out\ReleaseX64\build.ninja
default gyp