diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 12:31:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 12:31:21 +0000 |
| commit | e44c5ff904141259b7857abd1136e1ca98d9c579 (patch) | |
| tree | 4ac7e85ef7edf1974a2d6cc66cbad33f29d20574 /bcc32 | |
| parent | eaa2e4a30c15bc722398e5863b1fd7bb34f19165 (diff) | |
| download | ruby-e44c5ff904141259b7857abd1136e1ca98d9c579.tar.gz ruby-e44c5ff904141259b7857abd1136e1ca98d9c579.tar.xz ruby-e44c5ff904141259b7857abd1136e1ca98d9c579.zip | |
* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby
source to XCFLAGS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 1570c33c4..23faea9a3 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -117,9 +117,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 CXXFLAGS CXXFLAGS = $(CFLAGS) !endif @@ -139,7 +136,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 |
