# 
# This file was generated by ./config. It should be run before using the Alchemy SDK. 
# 
# ADOBE SYSTEMS INCORPORATED
# Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.
#
# NOTICE:  Adobe permits you to use, modify, and distribute this file in
# accordance with the terms of the Adobe license agreement accompanying it.
# If you have received this file from a source other than Adobe, then your use,
# modification, or distribution of it requires the prior written permission of Adobe.
#

# Add Alchemy settings to your environment
# Modified by Baffo32 for GoboLinux
export ALCHEMY_HOME=${goboPrograms}/Alchemy/Current
export ALCHEMY_VER="$(readlink $ALCHEMY_HOME)"
#export PATH=$ALCHEMY_HOME/bin:$PATH
export ASC=$ALCHEMY_HOME/bin/asc.jar 
export SWFBRIDGE=$ALCHEMY_HOME/bin/swfbridge  

# Set this variable if you do not want to use the adl executable from your path
#export ADL=/path/to/your/adl (or adl.exe)

# Uncomment this if you want to leave intermediate build products around for debugging 
# Leave this off if you are not actively debugging as these can be large
#export ACHACKS_TMPS=1 

# Uncomment this to turn on logging when building with achacks
#export LOG=1

# Uncomment this as set the LOGLEVEL to enable additional runtime logging
# Higher values mean more information is logged. 1, 2, 3 are defined currently.
# NOTE This must be set when your project is compiled
#export LOGLEVEL=1

# These are helper functions
alias alc-home='cd $ALCHEMY_HOME'
alias alc-on='export PRE_ALCHEMY_PATH=$PATH; export PATH=$ALCHEMY_HOME/achacks:$PATH'
alias alc-off='export PATH=$PRE_ALCHEMY_PATH'

