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:
afa5584
)
Ensure the directory for gram.h is created on win32
author
Magnus Hagander
<
[email protected]
>
Sun, 9 Jan 2011 16:01:15 +0000
(17:01 +0100)
committer
Magnus Hagander
<
[email protected]
>
Sun, 9 Jan 2011 16:04:09 +0000
(17:04 +0100)
Result of bad testing of my last commit.
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index c09dd6cd545c73dd0f75f2ce5068309327996e93..537f472d54734075683c40fcb585c48ba59db9a7 100644
(file)
--- a/
src/tools/msvc/Install.pm
+++ b/
src/tools/msvc/Install.pm
@@
-380,7
+380,7
@@
sub CopyIncludeFiles
EnsureDirectories($target, 'include', 'include/libpq',
'include/internal', 'include/internal/libpq',
- 'include/server');
+ 'include/server'
, 'include/server/parser'
);
CopyFiles(
'Public headers',