forked from feathersui/feathersui-starling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdk.properties
24 lines (20 loc) · 976 Bytes
/
sdk.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The location of the AIR SDK with ASC 2.0
flashsdk.root = c:/Users/josht/Development/Flash/sdks/AIR29.0.0.122
flashsdk.bin = ${flashsdk.root}/bin
flashsdk.lib = ${flashsdk.root}/lib
flashsdk.config = ${flashsdk.root}/frameworks/flex-config.xml
flashsdk.framework = ${flashsdk.root}/frameworks
# config files
flashplayer.config = ${flashsdk.root}/frameworks/flex-config.xml
airdesktop.config = ${flashsdk.root}/frameworks/air-config.xml
airmobile.config = ${flashsdk.root}/frameworks/airmobile-config.xml
# path to compiler jars
asdoc = ${flashsdk.lib}/legacy/asdoc.jar
compc = ${flashsdk.lib}/compc-cli.jar
mxmlc = ${flashsdk.lib}/mxmlc-cli.jar
adt = ${flashsdk.lib}/adt.jar
# The location of the pandoc tool used to generate the help files
pandoc = c:/ProgramData/chocolatey/bin/pandoc.exe
# The location of the flexunit jar
flexunit = ${basedir}/third-party/flexunit/flexUnitTasks-4.2.0-20140410.jar
flashplayer = c:/Users/josht/Applications/flashplayer_29_sa_debug.exe