source: sdks/fl5-plugin-sdk/plugins/player5plugin/build.sh @ 1150

Revision 1150, 417 bytes checked in by pablo, 23 months ago (diff)

Updating player 5 plugin SDK to include new players

Line 
1#!/bin/bash
2# This is a simple script that compiles the plugin using the free Flex SDK on Linux/Mac.
3# Learn more at http://developer.longtailvideo.com/trac/wiki/PluginsCompiling
4
5FLEXPATH=/Developer/SDKs/flex_sdk_3
6
7
8echo "Compiling positioning plugin..."
9$FLEXPATH/bin/mxmlc ./Player5Plugin.as -sp ./ -o ./player5plugin.swf -library-path+=../../lib -load-externs ../../lib/jwplayer-5-classes.xml -use-network=false
Note: See TracBrowser for help on using the repository browser.