From df5a9e28234919326128db50c13467d971871cbf Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 18 May 1999 06:06:17 +0000 Subject: mbc bug in regex git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb.nt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/extmk.rb.nt b/ext/extmk.rb.nt index 436cac295f..509bca398d 100644 --- a/ext/extmk.rb.nt +++ b/ext/extmk.rb.nt @@ -322,7 +322,7 @@ VPATH = . CC = cl -CFLAGS = %s -I../.. -I../../missing -I../../win32 -I. -O -DNT %s #{CFLAGS} #$CFLAGS %s +CFLAGS = %s -I../.. -I../../missing -I../../win32 -I. -O -DNT %s #{CFLAGS} #{$CFLAGS} %s RUBYLIB = ../../ruby.lib DLDFLAGS = /DLL @@ -436,6 +436,7 @@ def extmake(target) return if $nodynamic and not $static + $objs = nil $LOCAL_LIBS = "" # to be assigned in extconf.rb $CFLAGS = "" $LDFLAGS = "" -- cgit v1.2.3