Ticket #1561: patch-post-config.rb

File patch-post-config.rb, 419 bytes (added by ward@…, 20 years ago)

extra patchfile for panther

Line 
1--- framework/post-config.rb.orig       Thu Dec 19 09:41:50 2002
2+++ framework/post-config.rb    Fri Feb 27 17:23:03 2004
3@@ -1,5 +1,6 @@
4 # create appkit.rb and foundation.rb
5 load 'tool/create-appkit-and-foundation.rb'
6+GC.start
7 
8 # create osx_ruby.h and osx_intern.h
9 # avoid `ID' and `T_DATA' confict headers between Cocoa and Ruby.
10@@ -19,3 +20,4 @@
11     end
12   end
13 end
14+`cd src/objc/cocoa; ruby gen_cocoa_wrapper.rb -f`