mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[win32] Moved MSC_VER
to verconf.mk and reduce running CPP
This commit is contained in:
parent
8c8e64a295
commit
5ac4bf2cd8
1 changed files with 1 additions and 3 deletions
|
@ -132,9 +132,6 @@ int main(void) {return (EnumProcesses(NULL,0,NULL) ? 0 : 1);}
|
|||
<<
|
||||
|
||||
-version-: nul verconf.mk
|
||||
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(MAKEFILE)" | findstr "=" >>$(MAKEFILE)
|
||||
MSC_VER = _MSC_VER
|
||||
<<
|
||||
|
||||
verconf.mk: nul
|
||||
@$(CPP) -I$(srcdir) -I$(srcdir)/include <<"Creating $(@)" > $(*F).bat && cmd /c $(*F).bat > $(@)
|
||||
|
@ -152,6 +149,7 @@ echo TEENY = RUBY_VERSION_TEENY
|
|||
#if defined RUBY_PATCHLEVEL && RUBY_PATCHLEVEL < 0
|
||||
echo RUBY_DEVEL = yes
|
||||
#endif
|
||||
echo MSC_VER = _MSC_VER
|
||||
del %0 & exit
|
||||
<<
|
||||
|
||||
|
|
Loading…
Reference in a new issue