File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Solution;
3
3
#
4
4
# Package that encapsulates a Visual C++ solution file generation
5
5
#
6
- # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.45 2008/11/14 17:11:40 meskes Exp $
6
+ # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.46 2008/12/16 15:42:21 adunstan Exp $
7
7
#
8
8
use Carp;
9
9
use strict;
@@ -125,6 +125,7 @@ sub GenerateFiles
125
125
s { PG_VERSION_STR "[^"]+"} { __STRINGIFY(x) #x\n #define __STRINGIFY2(z) __STRINGIFY(z)\n #define PG_VERSION_STR "PostgreSQL $self ->{strver}, compiled by Visual C++ build " __STRINGIFY2(_MSC_VER)} ;
126
126
print O;
127
127
}
128
+ print O " #define PG_MAJORVERSION \" $self ->{majorver}\"\n " ;
128
129
print O " #define LOCALEDIR \" /share/locale\"\n " if ($self -> {options }-> {nls });
129
130
print O " /* defines added by config steps */\n " ;
130
131
print O " #ifndef IGNORE_CONFIGURED_SETTINGS\n " ;
You can’t perform that action at this time.
0 commit comments