diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-15 12:57:21 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-15 12:57:21 +0000 |
commit | 245f372aec4f6d340f23040c07797c9787df2b73 (patch) | |
tree | fa293e5b3b8891fa329dbff87baf7d2edda6b47a /win32 | |
parent | a39aac18ef3212353383b6641ac500ffe5f853fc (diff) | |
download | ruby-245f372aec4f6d340f23040c07797c9787df2b73.tar.gz ruby-245f372aec4f6d340f23040c07797c9787df2b73.tar.xz ruby-245f372aec4f6d340f23040c07797c9787df2b73.zip |
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
check whether ${CPP} accepts the -o option.
* win32/Makefile.sub (OUTFLAG, CPPOUTFILE): ditto.
* bcc32/Makefile.sub (OUTFLAG, CPPOUTFILE): ditto.
* djgpp/config.sed (OUTFLAG, CPPOUTFILE): ditto.
* lib/mkmf.rb (OUTFLAG, CPPOUTFILE): use CONFIG.
make easy to understand log.
* mkconfig.rb (val): should not strip.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index b2ba3187a..fc0c9c4c6 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -340,6 +340,8 @@ s,@LIBRUBYARG@,$$(RUBY_SO_NAME).lib,;t t s,@SOLIBS@,$(SOLIBS),;t t s,@DLDLIBS@,$(DLDLIBS),;t t s,@ENABLE_SHARED@,yes,;t t +s,@OUTFLAG@,-Fe,;t t +s,@CPPOUTFILE@,-P,;t t s,@arch@,$(ARCH)-$(OS),;t t s,@sitearch@,$(ARCH)-$(RT),;t t s,@sitedir@,$${prefix}/lib/ruby/site_ruby,;t t |