29 lines
846 B
Properties
29 lines
846 B
Properties
# The location of your Flex SDK (no spaces allowed in path!).
|
|
FLEX_HOME=/Developer/SDKs/flex3
|
|
|
|
# Specifies the location of the configuration file that defines compiler options.
|
|
flex.config.xml = ${FLEX_HOME}/frameworks/flex-config.xml
|
|
|
|
# Specifies the output path and filename for the resulting files.
|
|
build.dir = bin
|
|
|
|
# Source path folder.
|
|
src.dir = ../classes/
|
|
|
|
# Lib path folder.
|
|
lib.dir = ../lib/
|
|
|
|
# Cairngorm SWC library location.
|
|
lib.cairngorm.swc = ${lib.dir}/Cairngorm.swc
|
|
|
|
# The location of your asdoc executable (no spaces allowed in path!).
|
|
asdoc.exe = ${FLEX_HOME}/bin/asdoc
|
|
|
|
# The folder where the asdoc templates are located.
|
|
asdoc.templates.dir = ${FLEX_HOME}/asdoc/templates
|
|
|
|
# The folder where the asdoc HTML-files will be created.
|
|
asdoc.output.dir = doc
|
|
|
|
# Left frameset width.
|
|
asdoc.framewidth = 300 |