mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/dl/depend: add -I. for cross compiling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6480e9d68
commit
b9647dec95
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 12 12:37:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/dl/depend: add -I. for cross compiling.
|
||||
|
||||
Sun Apr 11 16:48:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given
|
||||
|
|
|
@ -32,15 +32,15 @@ handle.o: dl.h
|
|||
|
||||
call.func: $(srcdir)/mkcall.rb ./dlconfig.rb
|
||||
@echo "Generating call.func"
|
||||
@$(RUBY) $(srcdir)/mkcall.rb > $@
|
||||
@$(RUBY) -I. $(srcdir)/mkcall.rb > $@
|
||||
|
||||
callback.func: $(srcdir)/mkcallback.rb ./dlconfig.rb
|
||||
@echo "Generating callback.func"
|
||||
@$(RUBY) $(srcdir)/mkcallback.rb > $@
|
||||
@$(RUBY) -I. $(srcdir)/mkcallback.rb > $@
|
||||
|
||||
cbtable.func: $(srcdir)/mkcbtable.rb ./dlconfig.rb
|
||||
@echo "Generating cbtable.func"
|
||||
@$(RUBY) $(srcdir)/mkcbtable.rb > $@
|
||||
@$(RUBY) -I. $(srcdir)/mkcbtable.rb > $@
|
||||
|
||||
debug:
|
||||
$(MAKE) CPPFLAGS="$(CPPFLAGS) -DDEBUG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue