From 39e457b4e7896bf857b88b361dc0202ba3327961 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 26 Nov 2009 08:55:34 +0000 Subject: * win32/{configure.bat, setup.mak, Makefile.sub}: add new configure option ``--with-ntver''. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'win32/configure.bat') diff --git a/win32/configure.bat b/win32/configure.bat index 4cac13e08c..ad00266528 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -32,6 +32,7 @@ if "%1" == "--path" goto :path if "%1" == "--with-baseruby" goto :baseruby if "%1" == "-h" goto :help if "%1" == "--help" goto :help +if "%1" == "--with-ntver" goto :ntver echo>>confargs.tmp %1 \ shift goto :loop @@ -107,6 +108,12 @@ goto :loop echo>>confargs.tmp %1 \ shift goto :loop +:ntver + echo>> ~tmp~.mak "NTVER=%2" \ + echo>>confargs.tmp %1=%2 \ + shift + shift +goto :loop :extout echo>> ~tmp~.mak "EXTOUT=%2" \ echo>>confargs.tmp %1=%2 \ @@ -137,7 +144,8 @@ goto :loop echo --with-baseruby=RUBY use RUBY as baseruby [ruby] echo --with-static-linked-ext link external modules statically echo --disable-install-doc do not install rdoc indexes during install - echo --enable-win95 enable win95 support + echo --disable-win95 disable win95 support + echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK) del *.tmp del ~tmp~.mak goto :exit -- cgit v1.2.3