summaryrefslogtreecommitdiff
path: root/Rakefile
blob: daae52cde4891a1418738a5f93cdbe6c96abb49e (plain)
1
2
3
4
5
6
7
8
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