forked from joshtynjala/flexwires
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsdk.properties
More file actions
17 lines (15 loc) · 826 Bytes
/
sdk.properties
File metadata and controls
17 lines (15 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# The location of the Flex SDK. Josh's system is Windows, so that's the default.
# You should override flexsdk.root in sdk.local.properties (create that file if it
# doesn't already exist).
flexsdk.root = c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/sdks/4.1.0
flexsdk.bin = ${flexsdk.root}/bin
flexsdk.lib = ${flexsdk.root}/frameworks/libs
# Note that the locale dir uses the {locale} token at the end to specify the directory
# of language-specific files. This is replaced by the compiler with the locale defined
# by the locale property below.
flexsdk.locale = en_US
flexsdk.locale.dir = ${flexsdk.root}/frameworks/locale/{locale}
# Override these in sdk.local.properties if you're not on windows (remove the .exe)
asdoc = ${flexsdk.bin}/asdoc.exe
compc = ${flexsdk.bin}/compc.exe
mxmlc = ${flexsdk.bin}/mxmlc.exe