mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
setup.mak: follow up r53303
* win32/setup.mak (verconf.mk): follow up r53303. needs STRINGIZE now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
01d8c7dd8c
commit
fd236be28f
1 changed files with 7 additions and 2 deletions
|
@ -128,11 +128,16 @@ MSC_VER = _MSC_VER
|
||||||
<<
|
<<
|
||||||
|
|
||||||
verconf.mk: nul
|
verconf.mk: nul
|
||||||
@echo RUBY_RELEASE_DATE \>$(@)
|
|
||||||
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(@)" | findstr "=" >>$(@)
|
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(@)" | findstr "=" >>$(@)
|
||||||
|
#define STRINGIZE(expr) STRINGIZE0(expr)
|
||||||
|
#ifndef STRINGIZE0
|
||||||
|
#define STRINGIZE0(expr) #expr
|
||||||
|
#endif
|
||||||
#define RUBY_REVISION 0
|
#define RUBY_REVISION 0
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
= RUBY_RELEASE_DATE
|
release_date = RUBY_RELEASE_DATE
|
||||||
|
#undef RUBY_RELEASE_DATE
|
||||||
|
RUBY_RELEASE_DATE = $(release_date)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
-program-name-:
|
-program-name-:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue