Download this file
24 lines (22 with data), 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | #source
source.dir=${basedir}
player.version=1.6
#### flex compiler
buildtools.dir=${source.dir}/../buildtools
FLEX_HOME=${buildtools.dir}/sdks/4.5.0
FLEX_UNIT_HOME=${buildtools.dir}/libs/flexunit
#### destination
build.dir=${basedir}/build
dist.dir=${basedir}/dist
# logs and reports
reports.dir=${build.dir}
fmp.dir=${dist.dir}/flashmediaplayback
#### build parameters for flash player
flash.player.name.to.use=10.1
flash.target.player.base=10.2
flash.target.player=${flash.target.player.base}.0
flash.use.10.1=true
logging=true
mock=false
platform=true
swfversion=11
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.