summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-20 13:37:09 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-20 13:37:09 +0000
commitcc97021a4507f632cfba5be1b66aa9ed46c00eeb (patch)
tree3d498ae69aafe0a1e100a2550053c047c27dfd9c /win32
parent1a01378193cb2ff6f49e743be8d0c000f713b2dc (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h.in1
-rw-r--r--win32/config.status.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/win32/config.h.in b/win32/config.h.in
index f1ba8da5c3..33881086ba 100644
--- a/win32/config.h.in
+++ b/win32/config.h.in
@@ -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
diff --git a/win32/config.status.in b/win32/config.status.in
index f337d97b35..8b47ff14cd 100644
--- a/win32/config.status.in
+++ b/win32/config.status.in
@@ -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