Skip to content

Commit 66c80bf

Browse files
committed
Un-break msvc port yet again (it started pulling in the Darwin
port files, which obviously didn't compile)
1 parent c7054a6 commit 66c80bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tools/msvc/Project.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Project;
33
#
44
# Package that encapsulates a Visual C++ project file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.17 2008/02/17 02:09:32 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.18 2008/02/19 16:15:14 mha Exp $
77
#
88
use Carp;
99
use strict;
@@ -198,6 +198,9 @@ sub AddDir
198198
{
199199
next
200200
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+
201204
$self->AddDir($reldir . "\\" . $subdir);
202205
}
203206
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy