blob: 9aff0ac19f2da189b511027bd7ada681d8913117 (
plain)
1
2
3
4
5
6
|
@echo off
REM Copyright (c) 2010 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
"%~p0..\third_party\python_26\python.exe" "%~p0tools\build_ceee.py" %*
|