diff options
| author | pepper <pepper@chimecrisis.com> | 2014-05-15 19:06:59 -0700 |
|---|---|---|
| committer | pepper <pepper@chimecrisis.com> | 2014-05-15 19:06:59 -0700 |
| commit | 93e654a02cef3d5913a2088d4c397418dc0cee2f (patch) | |
| tree | bfad328857e5bcc10906a594470ccc12875d936b /Rakefile | |
doing this
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..daae52c --- /dev/null +++ b/Rakefile @@ -0,0 +1,9 @@ +# Replace this with the path to the mxmlc executable in the Flex SDK. +MXMLC = '/Developer/SDKs/flex_sdk_4.0.0.14159/bin/mxmlc' + +task :default => "da.swf" + +desc "build the dynamicaudio SWF" +file "da.swf" => "dynamicaudio.as" do + sh %[ #{MXMLC} -use-network=false -o da.swf -file-specs "dynamicaudio.as" ] +end |
