diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-21 14:11:54 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-21 14:11:54 +0000 |
| commit | 5af32cd3b1ba2c7e2c51fad2ce28d44c86116ddb (patch) | |
| tree | 7fc32a16bfc90fa04e1fd8dd7b7ef46a108bc042 /bcc32 | |
| parent | 5348a4a860d67d528c2095937be7b9259a9d9bb6 (diff) | |
| download | ruby-5af32cd3b1ba2c7e2c51fad2ce28d44c86116ddb.tar.gz ruby-5af32cd3b1ba2c7e2c51fad2ce28d44c86116ddb.tar.xz ruby-5af32cd3b1ba2c7e2c51fad2ce28d44c86116ddb.zip | |
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index d9fb07775..bfed3231d 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 |
