source: gs3-extensions/i-jetty/trunk/src/setup.bat@ 23886

Last change on this file since 23886 was 23886, checked in by davidb, 13 years ago

Echo information updated to more accurately reflect current level of support for native windows scripts

File size: 390 bytes
Line 
1@echo off
2
3set ANDROID_HOME=C:\Program Files\Android SDK\android-sdk-windows
4
5set PATH=%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;%PATH%
6
7echo + Your environment has now been set up to run the Android SDK
8
9
10pushd "%CD%"
11CD /D "%~dp0"
12set IJETTY_HOME=%CD%
13popd
14
15
16echo + Dos/Windows support only partially supported. Consider using
17 Cygwin or Mini-Unix to run the .sh scripts
18
Note: See TracBrowser for help on using the repository browser.