Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Side by Side Diff: experimental/hex/cmd.sh

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/hex/build.scons ('k') | experimental/hex/hex.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 # Set NACL_SDK_ROOT to point to where the nacl_sdk installer is located.
3 # On a Mac, this might be /Users/mmortensen/Oct19update/nacl_sdk
4 # On a Linux system, it could be /home/mmortensen/nacl_sdk_zip/nacl_sdk
5 export NACL_SDK_ROOT=/home/mmortensen/nacl_sdk_zip/nacl_sdk
6 echo "Setting NACL_SDK_ROOT to $NACL_SDK_ROOT, which is based on naclsdk auto-up dater"
7 echo
8 echo "Calling ./scons"
9
10 ./scons $*
OLDNEW
« no previous file with comments | « experimental/hex/build.scons ('k') | experimental/hex/hex.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698