mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9287e46ab
commit
3449f576f4
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Fri May 26 08:40:03 2006 nobuyoshi nakada <nobu@ruby-lang.org>
|
||||
Fri May 26 09:05:11 2006 nobuyoshi nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
|
||||
macros moved to extconf.h.
|
||||
|
@ -11,6 +11,8 @@ Fri May 26 08:40:03 2006 nobuyoshi nakada <nobu@ruby-lang.org>
|
|||
* {bcc32,win32,wince}/Makefile.sub (COMPILE_C, COMPILE_CXX): added
|
||||
$(INCFLAGS).
|
||||
|
||||
* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.
|
||||
|
||||
Thu May 25 01:52:07 2006 nobuyoshi nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (pkg_config): particular config commands support.
|
||||
|
|
|
@ -963,7 +963,7 @@ VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])}
|
|||
else
|
||||
sep = ""
|
||||
end
|
||||
extconf_h = $extconf_h ? "-DRUBY_EXTCONF_H=\\\"$(RUBY_EXTCONF_H)\\\" " : ""
|
||||
extconf_h = $extconf_h ? "-DRUBY_EXTCONF_H=\\\"$(RUBY_EXTCONF_H)\\\" " : $defs.join(" ")<<" "
|
||||
mk << %{
|
||||
CC = #{CONFIG['CC']}
|
||||
CXX = #{CONFIG['CXX']}
|
||||
|
|
Loading…
Add table
Reference in a new issue