diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-29 14:18:42 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-29 14:18:42 +0000 |
| commit | 4e8dbbb56dedecd53ec8705967a9590afb07e576 (patch) | |
| tree | af89e9579bfa4e2c2c5596b454cc293e6e4a9503 /bcc32/Makefile.sub | |
| parent | d902f196fab58ac2920f31a01937e825a1c7ca8f (diff) | |
| download | ruby-4e8dbbb56dedecd53ec8705967a9590afb07e576.tar.gz ruby-4e8dbbb56dedecd53ec8705967a9590afb07e576.tar.xz ruby-4e8dbbb56dedecd53ec8705967a9590afb07e576.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@5585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index b735a80ac..5c2a744d3 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -263,7 +263,6 @@ config.h: \#define FILE_READPTR curp \#define DEFAULT_KCODE KCODE_NONE \#define DLEXT ".so" -\#define DLEXT2 ".dll" \#define RUBY_LIB "/lib/ruby/$(MAJOR).$(MINOR)" \#define RUBY_SITE_LIB "/lib/ruby/site_ruby" \#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)" @@ -357,7 +356,6 @@ s,@STATIC@,$(STATIC),;t t s,@CCDLFLAGS@,,;t t s,@LDSHARED@,$(LDSHARED),;t t s,@DLEXT@,so,;t t -s,@DLEXT2@,dll,;t t s,@LIBEXT@,lib,;t t s,@STRIP@,$(STRIP),;t t s,@EXTSTATIC@,$(EXTSTATIC),;t t |
