projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca4af30
)
Try to un-break MSVC build.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Sep 2011 02:57:08 +0000
(22:57 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Sep 2011 02:57:08 +0000
(22:57 -0400)
I thought we had enough infrastructure to absorb CPPFLAGS changes from
the makefiles, but buildfarm says otherwise.
src/tools/msvc/Mkvcbuild.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index 26ed62b0abfdf920539aceee580ed3852ce93ca6..3d71c881cfb282bf45f3d97ad4a04703a14c32fd 100644
(file)
--- a/
src/tools/msvc/Mkvcbuild.pm
+++ b/
src/tools/msvc/Mkvcbuild.pm
@@
-299,6
+299,7
@@
sub mkvcbuild
# src/bin
my $initdb = AddSimpleFrontend('initdb');
$initdb->AddIncludeDir('src\interfaces\libpq');
+ $initdb->AddIncludeDir('src\timezone');
$initdb->AddDefine('FRONTEND');
$initdb->AddLibrary('wsock32.lib');
$initdb->AddLibrary('ws2_32.lib');