Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit772eedb

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 parent5c9c08d commit772eedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
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
submkvcbuild
3737
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp