Commit fae032c9 authored by Magnus Hagander's avatar Magnus Hagander

Unbreak MSVC build after recent addition of HTMLDIR.

parent 1f4a587f
...@@ -3,7 +3,7 @@ package Solution; ...@@ -3,7 +3,7 @@ package Solution;
# #
# Package that encapsulates a Visual C++ solution file generation # Package that encapsulates a Visual C++ solution file generation
# #
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.34 2007/10/03 13:43:24 mha Exp $ # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.35 2008/02/19 12:00:03 mha Exp $
# #
use Carp; use Carp;
use strict; use strict;
...@@ -260,6 +260,7 @@ EOF ...@@ -260,6 +260,7 @@ EOF
#define PKGLIBDIR "/lib" #define PKGLIBDIR "/lib"
#define LOCALEDIR "/share/locale" #define LOCALEDIR "/share/locale"
#define DOCDIR "/doc" #define DOCDIR "/doc"
#define HTMLDIR "/doc"
#define MANDIR "/man" #define MANDIR "/man"
EOF EOF
close(O); close(O);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment