Displaying 2 results from an estimated 2 matches for "swig_minimum_version".
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...bsp               if(!have_good_swig)
-         raise "Couldn''t find required SWIG (minimum #{$swig_minimum_version})."
-                end
</del><ins>+        if not defined? $found_good_swig
+ unle...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...class="cx">
</span><del>-$swig_cmd = "swig"
</del><ins>+$swig_cmd = ENV[''SWIGCMD''] || "swig"
</ins><span class="cx"> $swig_options = ''''
</span><span class="cx"> $swig_minimum_version = ''1.3.29''
</span><span class="cx">
</span><span class="lines">@@ -224,8 +224,7 @@
</span><span class="cx"> def create_swig_helper_task(base_name)
</span><span class="cx"> cpp_file = cpp_f...