Fix updating of existing taboos
[taboo.git] / rakefile.rb
blob3920c34d5e25d14a853451070e604253240e58b3
1 task :default => 'components/oyITaboo.xpt'
3 file 'components/oyITaboo.xpt' => 'components/oyITaboo.idl' do
4   puts "Generating oyITaboo.xpt. (requires flock dev environment)"
5   `xpidl -m typelib -w -v -I $o/dist/idl -o components/oyITaboo components/oyITaboo.idl`
6 end