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

Commit0e9b271

Browse files
committed
Try to unbreak MSVC builds for fuzzystrmatch
Commita290378 neglrected to add a recipe for MSVC to build thedaitch_motokoff.h file.Per buildfarm animal bowerbird.
1 parent3d03b24 commit0e9b271

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/tools/msvc/Solution.pm‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,16 @@ sub GenerateFiles
640640
);
641641
}
642642

643+
if (IsNewer('contrib/fuzzystrmatch/daitch_mokotoff.h',
644+
'contrib/fuzzystrmatch/daitch_mokotoff_header.pl'))
645+
{
646+
print"Generating daitch_mokotoff.h...\n";
647+
system(
648+
'perl contrib/fuzzystrmatch/daitch_mokotoff_header.pl' .
649+
'contrib/fuzzystrmatch/daitch_mokotoff.h'
650+
);
651+
}
652+
643653
if (IsNewer('src/bin/psql/sql_help.h','src/bin/psql/create_help.pl'))
644654
{
645655
print"Generating sql_help.h...\n";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp