summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 14:18:42 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 14:18:42 +0000
commit181a3a2af5df88d145b73a060d51fe437c8c4ad4 (patch)
treeaf89e9579bfa4e2c2c5596b454cc293e6e4a9503 /wince/Makefile.sub
parent413c76d927474a7cd05cb530de9fce88938d471e (diff)
* 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
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub2
1 files changed, 0 insertions, 2 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 0406f643fd..2b0e53209e 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