From 9b4ddc1a01535ab94cd3648c811d791ad1341b71 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Jul 2005 12:31:21 +0000 Subject: * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby source to XCFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 3cef63ee66..385ac01522 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -116,9 +116,6 @@ OUTFLAG = -Fe !if !defined(CFLAGS) CFLAGS = -MD $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) !endif -!if !defined(CPPFLAGS) -CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/missing -!endif !if !defined(CXXFLAGS) CXXFLAGS = $(CFLAGS) !endif @@ -141,7 +138,7 @@ ARFLAGS = -machine:$(MACHINE) -out: CC = $(CC) -nologo LD = $(CC) LDSHARED = $(LD) -LD -XCFLAGS = -DRUBY_EXPORT +XCFLAGS = -DRUBY_EXPORT -I. -I$(srcdir) -I$(srcdir)/missing DLDFLAGS = $(LDFLAGS) -dll SOLIBS = -- cgit v1.2.3