mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-06-18 06:15:35 -04:00

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@309 4ee2a332-4b2b-5046-8439-1ba90f034370
12 lines
340 B
Bash
12 lines
340 B
Bash
#!/usr/bin/bash
|
|
|
|
#----------------------------------------------------------------
|
|
# This script is not for execute directly.
|
|
# Please use 'source ./setup'.
|
|
#----------------------------------------------------------------
|
|
|
|
export TWLSDK_ROOT=`cygpath -m $PWD`
|
|
echo "Set TWLSDK_ROOT: $TWLSDK_ROOT"
|
|
|
|
echo "Get NITROSDK_ROOT: $NITROSDK_ROOT"
|