projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61d3c3
)
Properly install gram.h on MSVC builds
author
Magnus Hagander
<
[email protected]
>
Sun, 9 Jan 2011 14:38:08 +0000
(15:38 +0100)
committer
Magnus Hagander
<
[email protected]
>
Sun, 9 Jan 2011 14:38:54 +0000
(15:38 +0100)
This file is now needed by pgAdmin builds, which started
failing since it was missing in the installer builds.
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index 4a0ccb6b613641127a83a4152007dda1103d2819..c09dd6cd545c73dd0f75f2ce5068309327996e93 100644
(file)
--- a/
src/tools/msvc/Install.pm
+++ b/
src/tools/msvc/Install.pm
@@
-410,6
+410,8
@@
sub CopyIncludeFiles
$target . '/include/server/',
'src/include/', 'pg_config.h', 'pg_config_os.h'
);
+ CopyFiles('Grammar header', $target . '/include/server/parser/',
+ 'src/backend/parser/', 'gram.h');
CopySetOfFiles('',
[ glob( "src\\include\\*.h" ) ],
$target . '/include/server/');