From 8209f4fb71cb1ec86f9e24b3aa7a2e54b3d215bc Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 21 Oct 2002 14:11:54 +0000 Subject: commit miss git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index d9fb077750..bfed3231df 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -108,7 +108,7 @@ MISSING = acosh.obj crypt.obj win32.obj STACK = 0x2000000 !endif -XCFLAGS = -DRUBY_EXPORT +XCFLAGS = ARFLAGS = /a LD = ilink32 -q -Gn @@ -333,7 +333,7 @@ s,@OBJEXT@,obj,;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS),;t t s,@STATIC@,$(STATIC),;t t -s,@CCDLFLAGS@,,;t t +s,@CCDLFLAGS@,-DIMPORT,;t t s,@LDSHARED@,$(LDSHARED),;t t s,@DLEXT@,so,;t t s,@DLEXT2@,dll,;t t -- cgit v1.2.3