| Revision 880,
372 bytes
checked in by jeroen, 3 years ago
(diff) |
|
Fixed #767 captions issues and checked in initial version of v5 captions
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | # This is a simple script that compiles the plugin using MXMLC (free & cross-platform). |
|---|
| 2 | # To use, make sure you have downloaded and installed the Flex SDK in the following directory: |
|---|
| 3 | FLEXPATH=/Developer/SDKs/flex_sdk_3 |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | echo "Compiling with MXMLC..." |
|---|
| 7 | $FLEXPATH/bin/mxmlc ./com/jeroenwijering/plugins/Audiodescription.as -sp ./ -o ./audiodescription.swf -use-network=false |
|---|
Note: See
TracBrowser
for help on using the repository browser.