mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/config.h.in: merge from 1.7: add SIZEOF___INT64 definition.
* win32/config.status.in: merge from 1.7: add ENABLE_SHARED = yes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1a01378193
commit
cc97021a45
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Fri Jul 20 22:35:23 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* win32/config.h.in: merge from 1.7: add SIZEOF___INT64 definition.
|
||||
|
||||
* win32/config.status.in: merge from 1.7: add ENABLE_SHARED = yes.
|
||||
|
||||
Thu Jul 19 19:16:50 2001 Stephen White <spwhite@chariot.net.au>
|
||||
|
||||
* lib/irb/input-method.rb: patch to irb to remove blank lines from
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_SHORT 2
|
||||
#define SIZEOF_LONG 4
|
||||
#define SIZEOF___INT64 8
|
||||
#define SIZEOF_VOIDP 4
|
||||
#define SIZEOF_FLOAT 4
|
||||
#define SIZEOF_DOUBLE 8
|
||||
|
|
|
@ -58,9 +58,10 @@ s%@LIBRUBY@%$(RUBY_SO_NAME).lib%g
|
|||
s%@LIBRUBYARG@%$(RUBY_SO_NAME).lib%g
|
||||
s%@SOLIBS@%%g
|
||||
s%@DLDLIBS@%%g
|
||||
s%@ENABLE_SHARED@%yes%g
|
||||
s%@arch@%i586-mswin32%g
|
||||
s%@sitedir@%${prefix}/lib/ruby/site_ruby%g
|
||||
s%@configure_args@%--with-make-prog=nmake%g
|
||||
s%@configure_args@%--with-make-prog=nmake --enable-shared%g
|
||||
s%@configure_input@%$configure_input%g
|
||||
s%@srcdir@%$srcdir%g
|
||||
s%@top_srcdir@%$top_srcdir%g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue