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

Commit3457514

Browse files
committed
Properly install gram.h on MSVC builds
This file is now needed by pgAdmin builds, which startedfailing since it was missing in the installer builds.
1 parentdb4d22d commit3457514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ sub CopyIncludeFiles
431431
$target .'/include/server/',
432432
'src/include/','pg_config.h','pg_config_os.h'
433433
);
434+
CopyFiles('Grammar header',$target .'/include/server/parser/',
435+
'src/backend/parser/','gram.h');
434436
CopySetOfFiles('',[glob("src\\include\\*.h") ],$target .'/include/server/');
435437
my$D;
436438
opendir($D,'src/include') || croak"Could not opendir on src/include!\n";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp