summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 05:54:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 05:54:05 +0000
commitb8f89394b36d73ae12e15b30dca06e296576156f (patch)
tree1b8950e1063d8eba136202f72eb415d52272be1b /win32
parente63bd8c5e71cc4f2372dbb77f747da716ad967f1 (diff)
downloadruby-b8f89394b36d73ae12e15b30dca06e296576156f.tar.gz
ruby-b8f89394b36d73ae12e15b30dca06e296576156f.tar.xz
ruby-b8f89394b36d73ae12e15b30dca06e296576156f.zip
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output empty value instead of `-DRUBY_EXPORT'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 700c80c75..55f3020bc 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -345,7 +345,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