1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-07 14:18:17 +02:00

Fixed script for generate Windows project

This commit is contained in:
Victor Spirin 2019-07-25 18:23:52 +03:00
parent 19ea1bf5dc
commit e876fcfb0f

View File

@ -155,7 +155,8 @@ sub build_pgprobackup
'restore.c',
'show.c',
'util.c',
'validate.c'
'validate.c',
'checkdb.c'
);
$probackup->AddFiles(
"$currpath/src/utils",
@ -166,7 +167,8 @@ sub build_pgprobackup
'logger.c',
'parray.c',
'pgut.c',
'thread.c'
'thread.c',
'remote.c'
);
$probackup->AddFile("$pgsrc/src/backend/access/transam/xlogreader.c");
$probackup->AddFile("$pgsrc/src/backend/utils/hash/pg_crc.c");