diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-24 17:02:11 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-24 17:02:11 +0000 |
| commit | 0917502de4ce573b70497bca2ac448895d28061a (patch) | |
| tree | ae1ddd6ecc7b90891d40dbe970b586db3424c4ae /bcc32 | |
| parent | eb5a791dd06ddbdf5bfbd7afc9385a1e52f0910e (diff) | |
| download | ruby-0917502de4ce573b70497bca2ac448895d28061a.tar.gz ruby-0917502de4ce573b70497bca2ac448895d28061a.tar.xz ruby-0917502de4ce573b70497bca2ac448895d28061a.zip | |
* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when
including version.h. [ruby-talk:104456]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/setup.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/setup.mak b/bcc32/setup.mak index abce40dd8..58d7f2170 100644 --- a/bcc32/setup.mak +++ b/bcc32/setup.mak @@ -41,7 +41,7 @@ EXTSTATIC = $(EXTSTATIC) RDOCTARGET = $(RDOCTARGET) !endif | - @cpp32 -I$(srcdir) -P- -o$(MAKEFILE) > nul &&| + @cpp32 -I$(srcdir) -P- -DRUBY_EXTERN="//" -o$(MAKEFILE) > nul &&| \#include "version.h" MAJOR = RUBY_VERSION_MAJOR MINOR = RUBY_VERSION_MINOR |
