Changeset 2282


Ignore:
Timestamp:
06/21/12 17:00:12 (12 months ago)
Author:
alex
Message:

updated build files to exclude the jw player libs

Location:
branches/hds/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/hds/build/build.properties

    r2246 r2282  
    5454src.dir = ${basedir}/src 
    5555lib.dir = ${basedir}/libs 
     56externlib.dir = ${basedir}/external-libs 
    5657release.dir = ${basedir}/bin-release 
    5758debug.dir = ${basedir}/bin-debug 
  • branches/hds/build/build.xml

    r2246 r2282  
    6464                        <arg line="-compiler.library-path '${lib.dir}'" /> 
    6565 
     66                        <!-- Include external libs that don't actually get included in the final swf --> 
     67                        <arg line="-compiler.external-library-path+='${externlib.dir}'" /> 
    6668                        <arg line="-default-background-color=0x000000" /> 
    6769 
Note: See TracChangeset for help on using the changeset viewer.