diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-10 10:24:08 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-10 10:24:08 +0000 |
| commit | e89753359ff207d01ce52f471d3aa23769778ae4 (patch) | |
| tree | c2e2c1d38cb65d206d6a67c02a5abcb3ee00cf70 /bcc32 | |
| parent | f9ab19a0b015e7916c1fa15aa08c004d59a1ba83 (diff) | |
| download | ruby-e89753359ff207d01ce52f471d3aa23769778ae4.tar.gz ruby-e89753359ff207d01ce52f471d3aa23769778ae4.tar.xz ruby-e89753359ff207d01ce52f471d3aa23769778ae4.zip | |
* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.
(need to rebuild all) [ruby-dev:24138]
* win32/win32.{h,c}: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6880 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 be73f5ed4..b0739aa91 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -114,7 +114,7 @@ RDOCTARGET = install-doc OUTFLAG = -o !ifndef CFLAGS -CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi +CFLAGS = -q -tWR -tWC $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi !endif !ifndef CPPFLAGS CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing @@ -128,7 +128,7 @@ RFLAGS = $(iconinc) !ifndef EXTLIBS EXTLIBS = !endif -LIBS = cw32.lib import32.lib ws2_32.lib $(EXTLIBS) +LIBS = cw32i.lib import32.lib ws2_32.lib $(EXTLIBS) MISSING = acosh.obj crypt.obj erf.obj win32.obj !ifndef STACK |
