Exclude contrib/intagg from the list of MSVC project files to be generated,
authorMagnus Hagander <magnus@hagander.net>
Fri, 14 Nov 2008 22:12:37 +0000 (22:12 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 14 Nov 2008 22:12:37 +0000 (22:12 +0000)
since it's now just a SQL module and no C code.

src/tools/msvc/Mkvcbuild.pm

index 0d869677327a8aa70717f0f0e6578367ab37860f..ff58d62cb96f33743b6a8e29f5a0de7dc1eef861 100644 (file)
@@ -31,7 +31,7 @@ my $contrib_extrasource = {
     'cube' => ['cubescan.l','cubeparse.y'],
     'seg' => ['segscan.l','segparse.y']
 };
-my @contrib_excludes = ('pgcrypto');
+my @contrib_excludes = ('pgcrypto','intagg');
 
 sub mkvcbuild
 {