forked from feathersui/feathersui-starling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdk.properties
21 lines (19 loc) · 853 Bytes
/
sdk.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# The location of the AIR SDK with ASC 2.0
airsdk.root = C:/Users/Josh Tynjala/Development/Flash/sdks/AIR4.0
airsdk.bin = ${airsdk.root}/bin
airsdk.lib = ${airsdk.root}/lib
airsdk.config = ${airsdk.root}/frameworks/flex-config.xml
airsdk.framework = ${airsdk.root}/frameworks
# path to compiler jars
asdoc = ${airsdk.lib}/legacy/asdoc.jar
compc = ${airsdk.lib}/compc-cli.jar
mxmlc = ${airsdk.lib}/mxmlc-cli.jar
adt = ${airsdk.lib}/adt.jar
# The location of the Flex SDK, to build Feathers with MXML support.
# Override flexsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flexsdk.root = C:/Users/Josh Tynjala/Development/Flex/sdks/4.6.0.23201B_AIR4.0
flexsdk.lib = ${flexsdk.root}/lib
flexframework.root = ${flexsdk.root}/frameworks
flexframework.lib = ${flexframework.root}/libs
flex.compc = ${flexsdk.lib}/compc.jar