From 93e654a02cef3d5913a2088d4c397418dc0cee2f Mon Sep 17 00:00:00 2001 From: pepper Date: Thu, 15 May 2014 19:06:59 -0700 Subject: doing this --- Rakefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') 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 -- cgit v1.2.3-70-g09d2