diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-24 17:04:58 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-24 17:04:58 +0000 |
| commit | c4ef3d3f675e9ac8cac62d88a1f81ba4fb70f27e (patch) | |
| tree | fc93aa98053356bbac8e215a827b437cdca1102b /win32 | |
| parent | f321bc8cde16605580ed54ae2e1a9710d132c634 (diff) | |
* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when
including version.h. [ruby-talk:104456] (backported from HEAD)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/setup.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/setup.mak b/win32/setup.mak index 5f243685a..5aac81c60 100644 --- a/win32/setup.mak +++ b/win32/setup.mak @@ -33,7 +33,7 @@ alpha-$(OS): -prologue- -alpha- -epilogue- ### Makefile for ruby $(OS) ### srcdir = $(srcdir:\=/) << - @cl -nologo -EP -I$(srcdir) <<"Creating $(MAKEFILE)" >> $(MAKEFILE) + @cl -nologo -EP -I$(srcdir) -DRUBY_EXTERN="//" <<"Creating $(MAKEFILE)" >> $(MAKEFILE) #include "version.h" MAJOR = RUBY_VERSION_MAJOR MINOR = RUBY_VERSION_MINOR |
