We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfe33a19 commitd357a16Copy full SHA for d357a16
src/tools/msvc/Solution.pm
@@ -276,7 +276,7 @@ sub GenerateFiles
276
|| IsNewer('fmgr-stamp','../../../src/include/access/transam.h'))
277
{
278
system(
279
-"perl -I ../catalog Gen_fmgrtab.pl -I../../../src/include/$pg_proc_dat"
+"perl -I ../catalog Gen_fmgrtab.pl --include-path../../../src/include/$pg_proc_dat"
280
);
281
open(my$f,'>','fmgr-stamp')
282
|| confess"Could not touch fmgr-stamp";
@@ -527,7 +527,7 @@ EOF
527
528
chdir('src/backend/catalog');
529
my$bki_srcs =join(' ../../../src/include/catalog/',@bki_srcs);
530
-system("perl genbki.pl -I../../../src/include/ --set-version=$self->{majorver}$bki_srcs");
+system("perl genbki.pl--include-path../../../src/include/ --set-version=$self->{majorver}$bki_srcs");
531
open(my$f,'>','bki-stamp')
532
|| confess"Could not touch bki-stamp";
533
close($f);