From 992923053cfb51dc04c6a7ee07ca6fff1b61d1a5 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Jun 1998 07:47:15 +0000 Subject: 1.1b9_26 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index c7e8b8dbec..d2af7c1363 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -15,7 +15,7 @@ INSTALL_DATA = $(INSTALL) -m 644 PURIFY = -CFLAGS = -nologo -DNT=1 -Ox +CFLAGS = -nologo -DNT=1 -Ox -I. -I./missing LDFLAGS = $(CFLAGS) -Fm #CFLAGS = -nologo -DNT=1 -Zi -MD #LDFLAGS = $(CFLAGS) -Fm -MD -- cgit v1.2.3