projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4a587
)
Unbreak MSVC build after recent addition of HTMLDIR.
author
Magnus Hagander
<magnus@hagander.net>
Tue, 19 Feb 2008 12:00:03 +0000
(12:00 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 19 Feb 2008 12:00:03 +0000
(12:00 +0000)
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index 3521d1442d6fe549daf8893948cb8243207baf42..8f3e4bf57da4b47c7b016418f88f2c3ca32ddd03 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-3,7
+3,7
@@
package Solution;
#
# Package that encapsulates a Visual C++ solution file generation
#
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.3
4 2007/10/03 13:43:24
mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.3
5 2008/02/19 12:00:03
mha Exp $
#
use Carp;
use strict;
@@
-260,6
+260,7
@@
EOF
#define PKGLIBDIR "/lib"
#define LOCALEDIR "/share/locale"
#define DOCDIR "/doc"
+#define HTMLDIR "/doc"
#define MANDIR "/man"
EOF
close(O);