am 4bf2ce27: SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts

Merge commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7' into eclair

* commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7':
  SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
This commit is contained in:
Raphael
2009-11-03 12:17:52 -08:00
committed by Android Git Automerger
3 changed files with 12 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ else
os_opts=
fi
if [ `uname` = "Linux" ]; then
export GDK_NATIVE_WINDOWS=true
fi
if [ "$OSTYPE" = "cygwin" ] ; then
jarpath=`cygpath -w "$frameworkdir/$jarfile"`
progdir=`cygpath -w "$progdir"`