Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 772eedb

Browse files
committed
Exclude contrib/intagg from the list of MSVC project files to be generated,
since it's now just a SQL module and no C code.
1 parent 5c9c08d commit 772eedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.31 2008/05/21 19:51:01 meskes Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.32 2008/11/14 22:12:37 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -31,7 +31,7 @@ my $contrib_extrasource = {
3131
'cube' => ['cubescan.l','cubeparse.y'],
3232
'seg' => ['segscan.l','segparse.y']
3333
};
34-
my @contrib_excludes = ('pgcrypto');
34+
my @contrib_excludes = ('pgcrypto','intagg');
3535

3636
sub mkvcbuild
3737
{

0 commit comments

Comments
 (0)