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

Commit48614ed

Browse files
vbwagnerdmpgpro
authored andcommitted
Added copying of buildinfo.txt into installable tree
1 parentfa7943b commit48614ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎build/helpers/postgres.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ rem We need ICONV and LibIntl DLLS available during install for ZIC to work
128128
rem no need to copy them, just add to PATH
129129
PATH%PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
130130
%PERL_EXE% install.pl%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql||GOTO :ERROR
131+
IFEXIST ..\..\..\doc\buildinfo.txtCOPY ..\..\..\doc\buildinfo.txt%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
132+
rem now actually copy DLLs of dependencies into our bindir
131133
cp -va%DEPENDENCIES_BIN_DIR%/libintl/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
132134
cp -va%DEPENDENCIES_BIN_DIR%/iconv/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
133135
cp -va%DEPENDENCIES_BIN_DIR%/libxml2/bin/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp