Skip to content

Instantly share code, notes, and snippets.

@photonstorm
Created April 12, 2012 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save photonstorm/2371900 to your computer and use it in GitHub Desktop.
Save photonstorm/2371900 to your computer and use it in GitHub Desktop.
SetupSDK.bat
:user_configuration
:: Path to Flex SDK
if exist "C:\User\Rich\flex_sdk_4.1" goto setPC1
if exist "C:\User\Rich\flex_sdk_4.2" goto setPC2
:setPC1
set FLEX_SDK=C:\Users\Rich\flex_sdk_4.1
goto android
:setPC2
set FLEX_SDK=C:\Users\Rich\flex_sdk_4.2
goto android
:android
:: Path to Android SDK
set ANDROID_SDK=C:\Program Files (x86)\FlashDevelop\Tools\android
... carry on here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment