10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d89c6 commit 52ba24aCopy full SHA for 52ba24a
src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
3
#
4
# Package that encapsulates a Visual C++ solution file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.26 2007/05/27 11:16:41 meskes Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.27 2007/06/20 17:19:00 adunstan Exp $
7
8
use Carp;
9
use strict;
@@ -127,6 +127,8 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
127
}
128
if (my $port = $self->{options}->{"--with-pgport"})
129
{
130
+ print O "#undef DEF_PGPORT\n";
131
+ print O "#undef DEF_PGPORT_STR\n";
132
print O "#define DEF_PGPORT $port\n";
133
print O "#define DEF_PGPORT_STR \"$port\"\n";
134
0 commit comments