GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
commit  60c47c64dacae4f2b2edf46576ebc8f96feae641
tree    0c581cad3fd3f35154fa303cc5218c4f6c6ffe0d
parent  65d242fbee1015ce07d2f5124e4c4ac6fab24cd2
shoes / req / hpricot / ext / hpricot_scan / extconf.rb
100644 7 lines (4 sloc) 0.102 kb
1
2
3
4
5
6
7
require 'mkmf'
 
dir_config("hpricot_scan")
have_library("c", "main")
 
create_makefile("hpricot_scan")