8000
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 c7054a6 commit 66c80bfCopy full SHA for 66c80bf
src/tools/msvc/Project.pm
@@ -3,7 +3,7 @@ package Project;
3
#
4
# Package that encapsulates a Visual C++ project file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.17 2008/02/17 02:09:32 tgl Exp $
+# $PostgreSQL: pgsql/ 8331 src/tools/msvc/Project.pm,v 1.18 2008/02/19 16:15:14 mha Exp $
7
8
use Carp;
9
use strict;
@@ -198,6 +198,9 @@ sub AddDir
198
{
199
next
200
if $subdir eq "\$(top_builddir)/src/timezone"; #special case for non-standard include
201
+ next
202
+ if $reldir . "\\" . $subdir eq "src\\backend\\port\\darwin";
203
+
204
$self->AddDir($reldir . "\\" . $subdir);
205
}
206
0 commit comments