From 4e8dbbb56dedecd53ec8705967a9590afb07e576 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 29 Jan 2004 14:18:42 +0000 Subject: * 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 --- wince/Makefile.sub | 2 -- 1 file changed, 2 deletions(-) (limited to 'wince') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 0406f643f..2b0e53209 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -290,7 +290,6 @@ config.h: #define RSHIFT(x,y) ((x)>>(int)y) #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)" @@ -387,7 +386,6 @@ s,@STATIC@,$(STATIC),;t t s,@CCDLFLAGS@,-DIMPORT,;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 -- cgit