summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/setup.mak4
1 files changed, 1 insertions, 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_LEVEL && RUBY_LEVEL < 0
echo RUBY_DEVEL = yes
#endif
del %0 & exit
<<