source: sdks/mediaprovider-sdk/build/build.properties.local @ 787

Revision 787, 1.8 KB checked in by zach, 3 years ago (diff)
  • Adding LTAS, Skinning, and MediaProvider SDKs
Line 
1# -----------------------------------------------------------------
2# User-Defined
3#
4# Modify these path values to reflect paths on your system
5# -----------------------------------------------------------------
6
7# The location of the Flex SDK on your sytem.
8flexsdk = /Applications/Adobe Flash Builder Beta 2/sdks/3.3.0
9
10flexsdk.bin.dir = ${flexsdk}/bin
11flexsdk.lib.dir = ${flexsdk}/frameworks/libs
12
13# Flash player target
14flexsdk.target = 10.0.0
15
16browser = /Applications/Safari.app
17
18# Note that the locale dir uses the {locale} token at the end to specify the directory
19# of language-specific files.  This is replaced by the compiler with the locale defined
20# by the locale property below.
21flexsdk.locale = en_US
22flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale}
23
24
25execextention =
26
27asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention}
28compc.exe = ${flexsdk.bin.dir}/compc${execextention}
29mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention}
30
31# The location of Flex Unit on your sytem.
32flexunit = /Applications/Adobe Flex Unit 4 Beta 2
33
34flexunit.lib.dir = ${flexunit}/libs
35
36flashDebugPlayer.exe = /Applications/Adobe Flash Builder Beta 2/Player/mac/Flash Player.app
37
38# -----------------------------------------------------------------
39# Project Files - DO NOT MODIFY
40# -----------------------------------------------------------------
41application.package =
42application.class = MyMediaProvider
43application.name = mymediaprovider
44
45# -----------------------------------------------------------------
46# Project Paths - DO NOT MODIFY
47# -----------------------------------------------------------------
48build.dir = ${basedir}/build
49src.dir = ${basedir}/src
50lib.dir = ${basedir}/lib
51release.dir = ${basedir}/bin-release
52debug.dir = ${basedir}/bin-debug
53debug-template.dir = ${basedir}/debug-template
54docs.dir = ${basedir}/asdoc
55includes.dir = ${basedir}/includes
Note: See TracBrowser for help on using the repository browser.