mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@218 4ee2a332-4b2b-5046-8439-1ba90f034370
10 lines
271 B
Bash
10 lines
271 B
Bash
#!/usr/bin/bash
|
|
|
|
#----------------------------------------------------------------
|
|
# This script is not for execute directly.
|
|
# Please use 'source ./setup'.
|
|
#----------------------------------------------------------------
|
|
|
|
tmp=`pwd`
|
|
export TWLSDK_ROOT=`cygpath -m $tmp`
|