summaryrefslogtreecommitdiff
path: root/bcc32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-21 14:11:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-21 14:11:54 +0000
commit8209f4fb71cb1ec86f9e24b3aa7a2e54b3d215bc (patch)
tree7fc32a16bfc90fa04e1fd8dd7b7ef46a108bc042 /bcc32/Makefile.sub
parent1a9c1339873f6395db6c1b97cd2303e3fec03920 (diff)
commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
-rw-r--r--bcc32/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
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