From e89753359ff207d01ce52f471d3aa23769778ae4 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 10 Sep 2004 10:24:08 +0000 Subject: * 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 --- bcc32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bcc32') 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 -- cgit