mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5c51ccc35c
commit
6ebad07ea1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Apr 2 19:28:48 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.
|
||||
|
||||
Fri Apr 2 18:00:05 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb (extmake): extract necessary variables for static link
|
||||
|
|
|
@ -111,6 +111,8 @@ TESTS =
|
|||
!ifndef RDOCTARGET
|
||||
RDOCTARGET = install-doc
|
||||
!endif
|
||||
|
||||
OUTFLAG = -o
|
||||
!ifndef CFLAGS
|
||||
CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi
|
||||
!endif
|
||||
|
@ -353,7 +355,7 @@ s,@LIBRUBYARG_SHARED@,$$(LIBRUBY),;t t
|
|||
s,@SOLIBS@,$(SOLIBS),;t t
|
||||
s,@DLDLIBS@,$(DLDLIBS),;t t
|
||||
s,@ENABLE_SHARED@,yes,;t t
|
||||
s,@OUTFLAG@,-o,;t t
|
||||
s,@OUTFLAG@,$(OUTFLAG),;t t
|
||||
s,@CPPOUTFILE@,,;t t
|
||||
s,@LIBPATHFLAG@, -L"%s",;t t
|
||||
s,@RPATHFLAG@,,;t t
|
||||
|
|
Loading…
Reference in a new issue