diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 22:07:59 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 22:07:59 +0000 |
commit | e26b857b08bf3f753651edc8e4eed5b656aacb52 (patch) | |
tree | 5ed76b8c97aab4ec0a660e2a28ba1935b36feebd /native_client_sdk/src/sdktry.bat | |
parent | 8cf51277d50fe545918ba3ef3a376f6fadeca83f (diff) | |
download | chromium_src-e26b857b08bf3f753651edc8e4eed5b656aacb52.zip chromium_src-e26b857b08bf3f753651edc8e4eed5b656aacb52.tar.gz chromium_src-e26b857b08bf3f753651edc8e4eed5b656aacb52.tar.bz2 |
Missing .exe in windows build.
The scons build is failing to copy the extension when putting exe in the
tools output directory.
Added batch file to simplify tries on Windows.
BUG=125762
Review URL: https://chromiumcodereview.appspot.com/10260032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/sdktry.bat')
-rw-r--r-- | native_client_sdk/src/sdktry.bat | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/native_client_sdk/src/sdktry.bat b/native_client_sdk/src/sdktry.bat new file mode 100644 index 0000000..d16b1d8 --- /dev/null +++ b/native_client_sdk/src/sdktry.bat @@ -0,0 +1,12 @@ +@echo off + +:: Copyright (c) 2012 The The Chromium Authors. All rights reserved. +:: Use of this source code is governed by a BSD-style license that can be +:: found in the LICENSE file. + +setlocal + +:: TODO(noelallen) Share list with POSIX +gcl try %* -b naclsdkm-mac -b naclsdkm-linux -b naclsdkm-linux ^ +-b naclsdkm-pnacl-linux -b naclsdkm-pnacl-mac -b naclsdkm-windows32 ^ +-b naclsdkm-windows64 -S svn://svn.chromium.org/chrome-try/try-nacl
\ No newline at end of file |