OLD | NEW |
1 @echo off | 1 @echo off |
2 REM Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 2 REM Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS fil
e |
3 REM for details. All rights reserved. Use of this source code is governed by a | 3 REM for details. All rights reserved. Use of this source code is governed by a |
4 REM BSD-style license that can be found in the LICENSE file. | 4 REM BSD-style license that can be found in the LICENSE file. |
5 | 5 |
6 set GYP_CROSSCOMPILE="1" | 6 set GYP_CROSSCOMPILE="1" |
7 python "%~dp0\gyp-windows.py" %* | 7 python "%~dp0\gyp-windows.py" %* |
OLD | NEW |