5 lines
238 B
Bash
5 lines
238 B
Bash
|
#!/bin/sh
|
||
|
# TODO: FIXME: Get rid of this and hook it into Dojo's general build script
|
||
|
# You must have mtasc to run this
|
||
|
mtasc -trace DojoExternalInterface.trace -main -cp ../flash -swf Storage.swf -version 8 -header 215:138:10 Storage.as
|