repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
stdlib
/
ext
/
Win32API
/
extconf.rb
blob
865788556fb6f8269d0724c3ccdeee2cba5d6443
1
require 'mkmf'
2
3
dir_config("win32")
4
if have_header("windows.h") and have_library("kernel32")
5
create_makefile("Win32API")
6
end