mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
b8d6302597
Review URL: https://codereview.chromium.org//13536002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20865 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
325 B
Batchfile
10 lines
325 B
Batchfile
@echo off
|
|
REM Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
REM for details. All rights reserved. Use of this source code is governed by a
|
|
REM BSD-style license that can be found in the LICENSE file.
|
|
|
|
setlocal
|
|
set DART2JS_DEVELOPER_MODE=1
|
|
call "%~dp0dart2js.bat" %*
|
|
endlocal
|
|
exit /b %errorlevel%
|