summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-25 12:31:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-25 12:31:21 +0000
commit258c3467e902577c8b1afa026871f3587c5c1ab3 (patch)
tree607f035c4d9e672493fffba775010d24da735a65 /bcc32
parent61dbab384cade162b283561e8e3293b5ea08a97a (diff)
downloadruby-258c3467e902577c8b1afa026871f3587c5c1ab3.tar.gz
ruby-258c3467e902577c8b1afa026871f3587c5c1ab3.tar.xz
ruby-258c3467e902577c8b1afa026871f3587c5c1ab3.zip
* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby
source to XCFLAGS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub5
1 files changed, 1 insertions, 4 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 021aa4f0c..213d5a782 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -116,9 +116,6 @@ OUTFLAG = -o
!ifndef CFLAGS
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
-!endif
!ifndef LDFLAGS
LDFLAGS = -S:$(STACK)
!endif
@@ -135,7 +132,7 @@ MISSING = acosh.obj crypt.obj erf.obj win32.obj
STACK = 0x2000000
!endif
-XCFLAGS = -DRUBY_EXPORT
+XCFLAGS = -DRUBY_EXPORT -I. -I$(srcdir) -I$(srcdir)missing
ARFLAGS = /a
LD = ilink32 -q -Gn