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

Commitcd8e1f5

Browse files
committed
Ooops, forgot about adding -DFRONTEND.
1 parent18e3fcc commitcd8e1f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 1 deletion
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.22 2007/10/13 22:55:38 tgl Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.23 2007/10/1323:22:46 tgl Exp $
77
#
88
use Carp;
99
use Win32;
@@ -178,6 +178,7 @@ sub mkvcbuild
178178
# src/bin
179179
my$initdb = AddSimpleFrontend('initdb');
180180
$initdb->AddIncludeDir('src\interfaces\libpq');
181+
$initdb->AddDefine('FRONTEND');
181182
$initdb->AddLibrary('wsock32.lib ws2_32.lib');
182183

183184
my$pgconfig = AddSimpleFrontend('pg_config');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp