Changeset 649


Ignore:
Timestamp:
11/19/09 13:32:21 (4 years ago)
Author:
pablo
Message:

Tested and updated .bat compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sdk5/plugins/player5plugin/build.bat

    r647 r649  
    22:: Learn more at http://developer.longtailvideo.com/trac/wiki/PluginsCompiling 
    33 
    4 SET FLEXPATH="\Program Files\flex_sdk_3" 
     4SET FLEXPATH="C:\Program Files\flex_sdk_3" 
    55 
    6 echo "Compiling positioning plugin..." 
     6echo "Compiling player 5 plugin..." 
    77 
    8 %FLEXPATH%\bin\mxmlc .\Player5Plugin.as -sp .\ -o .\player5plugin.swf -library-path ..\..\lib -load-externs ..\..\lib\sdk-classes.xml  -use-network=false 
     8%FLEXPATH%\bin\mxmlc .\Player5Plugin.as -sp .\ -o .\player5plugin.swf -library-path ..\..\lib -load-externs ..\..\lib\jwplayer-5-classes.xml  -use-network=false 
Note: See TracChangeset for help on using the changeset viewer.