Skip to content
Snippets Groups Projects
Commit 16347ba2 authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Removed the swig_generate_dependencies method from the Rakefile

parent 57ff3965
No related branches found
No related tags found
No related merge requests found
......@@ -201,10 +201,6 @@ namespace :swig do
File.join("..", "ext", "fox16", wrapper_src_file_name)
end
def swig_generate_dependencies(swig_interface_file_name, wrapper_src_file_name)
system "#{SWIG} #{SWIGFLAGS} -MM -o #{wrapper_src_file_path(wrapper_src_file_name)} #{swig_interface_file_name} >> dependencies"
end
def sed(wrapper_src_file_name)
results = []
IO.readlines(wrapper_src_file_name).each do |line|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment