source: sdks/mediaprovider-sdk/build/build.properties @ 1503

Revision 1503, 1.8 KB checked in by pablo, 2 years ago (diff)

Updating MediaProvider player libs and build script

Line 
1# -----------------------------------------------------------------
2# User-Defined
3#
4# Modify these path values to reflect paths on your system
5# -----------------------------------------------------------------
6
7# The plugin version
8version=0.1
9
10# Uncomment this line for Windows systems, and enter the path to the Flex SDK
11# flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.2.0
12# Uncomment this line for OS X and Linux systems and enter the path to the Flex SDK
13flexsdk = /Developer/SDKs/flex_sdk_4
14
15flexsdk.bin.dir = ${flexsdk}/bin
16flexsdk.lib.dir = ${flexsdk}/frameworks/libs
17
18browser = C:/Program Files/Mozilla Firefox/firefox.exe
19
20# Note that the locale dir uses the {locale} token at the end to specify the directory
21# of language-specific files.  This is replaced by the compiler with the locale defined
22# by the locale property below.
23flexsdk.locale = en_US
24flexsdk.locale.dir = ${flexsdk}/frameworks/locale/{locale}
25
26execextention = .exe
27
28asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention}
29compc.exe = ${flexsdk.bin.dir}/compc${execextention}
30mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention}
31
32flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe
33
34# -----------------------------------------------------------------
35# Project Files - DO NOT MODIFY
36# -----------------------------------------------------------------
37application.package =
38application.class = MyMediaProvider
39application.name = mymediaprovider
40
41# -----------------------------------------------------------------
42# Project Paths - DO NOT MODIFY
43# -----------------------------------------------------------------
44build.dir = ${basedir}/build
45src.dir = ${basedir}/src
46lib.dir = ${basedir}/lib
47release.dir = ${basedir}/bin-release
48debug.dir = ${basedir}/bin-debug
49debug-template.dir = ${basedir}/debug-template
50docs.dir = ${basedir}/asdoc
51includes.dir = ${basedir}/includes
Note: See TracBrowser for help on using the repository browser.