mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output empty value instead of `-DRUBY_EXPORT'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e2c4261204
commit
1b6755193b
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Nov 24 14:53:10 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
|
||||
(XCFLAGS): output empty value instead of `-DRUBY_EXPORT'.
|
||||
|
||||
Sat Nov 22 23:09:45 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in: set enable_pthread to no on MinGW.
|
||||
|
|
|
@ -348,7 +348,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
|
|||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
s,@EXEEXT@,.exe,;t t
|
||||
s,@OBJEXT@,obj,;t t
|
||||
s,@XCFLAGS@,$(XCFLAGS),;t t
|
||||
s,@XCFLAGS@,,;t t
|
||||
s,@XLDFLAGS@,$(XLDFLAGS),;t t
|
||||
s,@DLDFLAGS@,$(DLDFLAGS),;t t
|
||||
s,@STATIC@,$(STATIC),;t t
|
||||
|
|
|
@ -345,7 +345,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
|
|||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
s,@EXEEXT@,.exe,;t t
|
||||
s,@OBJEXT@,obj,;t t
|
||||
s,@XCFLAGS@,$(XCFLAGS),;t t
|
||||
s,@XCFLAGS@,,;t t
|
||||
s,@XLDFLAGS@,$(XLDFLAGS),;t t
|
||||
s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t
|
||||
s,@STATIC@,$(STATIC),;t t
|
||||
|
|
|
@ -379,7 +379,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
|
|||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
s,@EXEEXT@,.exe,;t t
|
||||
s,@OBJEXT@,obj,;t t
|
||||
s,@XCFLAGS@,$(XCFLAGS),;t t
|
||||
s,@XCFLAGS@,,;t t
|
||||
s,@XLDFLAGS@,$(XLDFLAGS),;t t
|
||||
s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t
|
||||
s,@STATIC@,$(STATIC),;t t
|
||||
|
|
Loading…
Reference in a new issue