diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-24 05:54:05 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-24 05:54:05 +0000 |
commit | 1b6755193bbb0f8bdb96f1e48d712e1e03ec6cf8 (patch) | |
tree | 1b8950e1063d8eba136202f72eb415d52272be1b /wince | |
parent | e2c426120498131945a3ceaa034756a5d6b580e8 (diff) |
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output empty value instead of `-DRUBY_EXPORT'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 874ad3cae1..e6b5913330 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -379,7 +379,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t -s,@XCFLAGS@,$(XCFLAGS),;t t +s,@XCFLAGS@,,;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t |