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

Commit66c80bf

Browse files
committed
Un-break msvc port yet again (it started pulling in the Darwin
port files, which obviously didn't compile)
1 parentc7054a6 commit66c80bf

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$subdireq"\$(top_builddir)/src/timezone";#special case for non-standard include
201+
next
202+
if$reldir ."\\" .$subdireq"src\\backend\\port\\darwin";
203+
201204
$self->AddDir($reldir ."\\" .$subdir);
202205
}
203206
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp