* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when

including version.h. [ruby-talk:104456]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-06-24 17:02:11 +00:00
parent 2183b23803
commit 9effc74508
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Fri Jun 25 01:58:01 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/setup.mak: remove RUBY_EXTERN lines when including version.h.
[ruby-talk:104456]
* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when
including version.h. [ruby-talk:104456]
Thu Jun 24 14:23:29 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>

View File

@ -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

View File

@ -48,7 +48,7 @@ armv4i-sig3-wince: -prologue- -armv4i- -sig3- -epilogue-
### Makefile for ruby $(OS) ###
srcdir = $(srcdir:\=/)
<<
@$(CPP) -I$(srcdir) <<"Creating $(MAKEFILE)" >> $(MAKEFILE)
@$(CPP) -I$(srcdir) -DRUBY_EXTERN="//" <<"Creating $(MAKEFILE)" >> $(MAKEFILE)
#include "version.h"
MAJOR = RUBY_VERSION_MAJOR
MINOR = RUBY_VERSION_MINOR