Changeset 2282
- Timestamp:
- 06/21/12 17:00:12 (12 months ago)
- Location:
- branches/hds/build
- Files:
-
- 2 edited
-
build.properties (modified) (1 diff)
-
build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/hds/build/build.properties
r2246 r2282 54 54 src.dir = ${basedir}/src 55 55 lib.dir = ${basedir}/libs 56 externlib.dir = ${basedir}/external-libs 56 57 release.dir = ${basedir}/bin-release 57 58 debug.dir = ${basedir}/bin-debug -
branches/hds/build/build.xml
r2246 r2282 64 64 <arg line="-compiler.library-path '${lib.dir}'" /> 65 65 66 <!-- Include external libs that don't actually get included in the final swf --> 67 <arg line="-compiler.external-library-path+='${externlib.dir}'" /> 66 68 <arg line="-default-background-color=0x000000" /> 67 69
Note: See TracChangeset
for help on using the changeset viewer.
