home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 161 / MOBICLIC161.ISO / pc / DATA / HOTE / gameEngine_as3 / build.properties next >
Text File  |  2014-01-15  |  568b  |  20 lines

  1. # {$basedir} is a default variable that can be used in any Ant script
  2. # and it points to the project's root folder [ Flex_Ant_Tasks ] in this case
  3.  
  4. # this points to your project's src directory
  5. SRC_DIR = ${basedir}/src
  6.  
  7. # change this to your Flex SDK directory path
  8. FLEX_HOME=C:/Program Files (x86)/FlashDevelop/Tools/flexsdk
  9. ADL = ${FLEX_HOME}/bin/adl.exe
  10. ADT = ${FLEX_HOME}/lib/adt.jar
  11. FDB = ${FLEX_HOME}/bin/fdb.exe
  12. MXMLC.JAR =  ${FLEX_HOME}/lib/mxmlc.jar
  13. COMPC.EXE = ${FLEX_HOME}/bin/compc.exe
  14. # points to the project's libs directory
  15. LIB_DIR = ${basedir}/lib
  16.  
  17.  
  18.  
  19.  
  20.