mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 15:23:16 -05:00
Ooops, forgot about adding -DFRONTEND.
This commit is contained in:
parent
18e3fcc31e
commit
cd8e1f50dd
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package Mkvcbuild;
|
|||
#
|
||||
# Package that generates build files for msvc build
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.22 2007/10/13 22:55:38 tgl Exp $
|
||||
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.23 2007/10/13 23:22:46 tgl Exp $
|
||||
#
|
||||
use Carp;
|
||||
use Win32;
|
||||
|
|
@ -178,6 +178,7 @@ sub mkvcbuild
|
|||
# src/bin
|
||||
my $initdb = AddSimpleFrontend('initdb');
|
||||
$initdb->AddIncludeDir('src\interfaces\libpq');
|
||||
$initdb->AddDefine('FRONTEND');
|
||||
$initdb->AddLibrary('wsock32.lib ws2_32.lib');
|
||||
|
||||
my $pgconfig = AddSimpleFrontend('pg_config');
|
||||
|
|
|
|||
Loading…
Reference in a new issue