Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd5bc6ce

Browse files
committed
Allow case insensitive build version argument for MSVC.
Dilip Kumar.
1 parent77035fa commitd5bc6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/build.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ BEGIN
3939

4040
my$bconf =$ENV{CONFIG} ||"Release";
4141
my$buildwhat =$ARGV[1] ||"";
42-
if ($ARGV[0]eq'DEBUG')
42+
if (uc($ARGV[0])eq'DEBUG')
4343
{
4444
$bconf ="Debug";
4545
}
46-
elsif ($ARGV[0]ne"RELEASE")
46+
elsif (uc($ARGV[0])ne"RELEASE")
4747
{
4848
$buildwhat =$ARGV[0] ||"";
4949
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp