home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 174
/
MOBICLIC174.ISO
/
mac
/
DATA
/
HOTE
/
gameEngine_as3
/
build.properties
next >
Wrap
Text File
|
2015-04-27
|
587b
|
20 lines
# {$basedir} is a default variable that can be used in any Ant script
# and it points to the project's root folder [ Flex_Ant_Tasks ] in this case
# this points to your project's src directory
SRC_DIR = ${basedir}/src
# change this to your Flex SDK directory path
FLEX_HOME=C:/Program Files (x86)/FlashDevelop/Tools/flexsdk
ADL = ${FLEX_HOME}/bin/adl.exe
ADT = ${FLEX_HOME}/lib/adt.jar
FDB = ${FLEX_HOME}/bin/fdb.exe
MXMLC.JAR = ${FLEX_HOME}/lib/mxmlc.jar
COMPC.EXE = ${FLEX_HOME}/bin/compc.exe
# points to the project's libs directory
LIB_DIR = ${basedir}/lib