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

Commit2e8d954

Browse files
committed
Treat config.pl as optional in vcregress.pl
This is how build.pl treats it and how it's documented.
1 parent908eb1f commit2e8d954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
chdir"../../.."if (-d"../../../src/tools/msvc");
1515

16-
require'src/tools/msvc/config.pl';
16+
require'src/tools/msvc/config_default.pl';
17+
require'src/tools/msvc/config.pl'if (-f'src/tools/msvc/config.pl');
1718

1819
# buildenv.pl is for specifying the build environment settings
1920
# it should contian lines like:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp