зеркало из https://github.com/github/ruby.git
* configure.in (DLEXT2): removed. Ruby does not treat
".dll" as a extention library anymore. * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
413c76d927
Коммит
181a3a2af5
|
@ -1,3 +1,11 @@
|
||||||
|
Thu Jan 29 23:11:57 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in (DLEXT2): removed. Ruby does not treat
|
||||||
|
".dll" as a extention library anymore.
|
||||||
|
|
||||||
|
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2):
|
||||||
|
ditto.
|
||||||
|
|
||||||
Thu Jan 29 22:41:53 2004 Dave Thomas <dave@pragprog.com>
|
Thu Jan 29 22:41:53 2004 Dave Thomas <dave@pragprog.com>
|
||||||
|
|
||||||
* lib/rdoc/generators/html_generator.rb: Allow 'link:' in Tidylinks.
|
* lib/rdoc/generators/html_generator.rb: Allow 'link:' in Tidylinks.
|
||||||
|
|
|
@ -263,7 +263,6 @@ config.h:
|
||||||
\#define FILE_READPTR curp
|
\#define FILE_READPTR curp
|
||||||
\#define DEFAULT_KCODE KCODE_NONE
|
\#define DEFAULT_KCODE KCODE_NONE
|
||||||
\#define DLEXT ".so"
|
\#define DLEXT ".so"
|
||||||
\#define DLEXT2 ".dll"
|
|
||||||
\#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
\#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
||||||
\#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
\#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
||||||
\#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
\#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
||||||
|
@ -357,7 +356,6 @@ s,@STATIC@,$(STATIC),;t t
|
||||||
s,@CCDLFLAGS@,,;t t
|
s,@CCDLFLAGS@,,;t t
|
||||||
s,@LDSHARED@,$(LDSHARED),;t t
|
s,@LDSHARED@,$(LDSHARED),;t t
|
||||||
s,@DLEXT@,so,;t t
|
s,@DLEXT@,so,;t t
|
||||||
s,@DLEXT2@,dll,;t t
|
|
||||||
s,@LIBEXT@,lib,;t t
|
s,@LIBEXT@,lib,;t t
|
||||||
s,@STRIP@,$(STRIP),;t t
|
s,@STRIP@,$(STRIP),;t t
|
||||||
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
||||||
|
|
|
@ -985,9 +985,7 @@ else
|
||||||
os2-emx*) DLEXT=dll
|
os2-emx*) DLEXT=dll
|
||||||
AC_DEFINE(DLEXT, ".dll");;
|
AC_DEFINE(DLEXT, ".dll");;
|
||||||
cygwin*|mingw*) DLEXT=so
|
cygwin*|mingw*) DLEXT=so
|
||||||
AC_DEFINE(DLEXT, ".so")
|
AC_DEFINE(DLEXT, ".so");;
|
||||||
DLEXT2=dll
|
|
||||||
AC_DEFINE(DLEXT2, ".dll");;
|
|
||||||
*) DLEXT=so
|
*) DLEXT=so
|
||||||
AC_DEFINE(DLEXT, ".so");;
|
AC_DEFINE(DLEXT, ".so");;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -289,7 +289,6 @@ config.h:
|
||||||
#define FILE_READPTR _ptr
|
#define FILE_READPTR _ptr
|
||||||
#define DEFAULT_KCODE KCODE_NONE
|
#define DEFAULT_KCODE KCODE_NONE
|
||||||
#define DLEXT ".so"
|
#define DLEXT ".so"
|
||||||
#define DLEXT2 ".dll"
|
|
||||||
#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
||||||
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
||||||
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
||||||
|
@ -359,7 +358,6 @@ s,@STATIC@,$(STATIC),;t t
|
||||||
s,@CCDLFLAGS@,,;t t
|
s,@CCDLFLAGS@,,;t t
|
||||||
s,@LDSHARED@,$(LDSHARED),;t t
|
s,@LDSHARED@,$(LDSHARED),;t t
|
||||||
s,@DLEXT@,so,;t t
|
s,@DLEXT@,so,;t t
|
||||||
s,@DLEXT2@,dll,;t t
|
|
||||||
s,@LIBEXT@,lib,;t t
|
s,@LIBEXT@,lib,;t t
|
||||||
s,@STRIP@,$(STRIP),;t t
|
s,@STRIP@,$(STRIP),;t t
|
||||||
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
||||||
|
|
|
@ -290,7 +290,6 @@ config.h:
|
||||||
#define RSHIFT(x,y) ((x)>>(int)y)
|
#define RSHIFT(x,y) ((x)>>(int)y)
|
||||||
#define DEFAULT_KCODE KCODE_NONE
|
#define DEFAULT_KCODE KCODE_NONE
|
||||||
#define DLEXT ".so"
|
#define DLEXT ".so"
|
||||||
#define DLEXT2 ".dll"
|
|
||||||
#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)"
|
||||||
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
||||||
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)"
|
||||||
|
@ -387,7 +386,6 @@ s,@STATIC@,$(STATIC),;t t
|
||||||
s,@CCDLFLAGS@,-DIMPORT,;t t
|
s,@CCDLFLAGS@,-DIMPORT,;t t
|
||||||
s,@LDSHARED@,$(LDSHARED),;t t
|
s,@LDSHARED@,$(LDSHARED),;t t
|
||||||
s,@DLEXT@,so,;t t
|
s,@DLEXT@,so,;t t
|
||||||
s,@DLEXT2@,dll,;t t
|
|
||||||
s,@LIBEXT@,lib,;t t
|
s,@LIBEXT@,lib,;t t
|
||||||
s,@STRIP@,$(STRIP),;t t
|
s,@STRIP@,$(STRIP),;t t
|
||||||
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
s,@EXTSTATIC@,$(EXTSTATIC),;t t
|
||||||
|
|
Загрузка…
Ссылка в новой задаче