We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfa7943b commit48614edCopy full SHA for 48614ed
build/helpers/postgres.cmd
@@ -128,6 +128,8 @@ rem We need ICONV and LibIntl DLLS available during install for ZIC to work
128
rem no need to copy them, just add to PATH
129
PATH%PATH%;%DEPENDENCIES_BIN_DIR%\libintl\lib;%DEPENDENCIES_BIN_DIR%\iconv\lib
130
%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
133
cp -va%DEPENDENCIES_BIN_DIR%/libintl/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
134
cp -va%DEPENDENCIES_BIN_DIR%/iconv/lib/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR
135
cp -va%DEPENDENCIES_BIN_DIR%/libxml2/bin/*.dll%BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin||GOTO :ERROR