From f0c87bbb02883a2c8af92c48d9cba684005107b2 Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Sun, 4 Sep 2022 20:08:35 +0300 Subject: [PATCH] Copy udrcpp_example.dll to the output folder. --- builds/win32/make_examples.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/win32/make_examples.bat b/builds/win32/make_examples.bat index e1a639564c..c6696fcf74 100644 --- a/builds/win32/make_examples.bat +++ b/builds/win32/make_examples.bat @@ -131,6 +131,7 @@ copy %FB_ROOT_PATH%\examples\udf\* %FB_OUTPUT_DIR%\examples\udf > nul copy %FB_ROOT_PATH%\examples\udr\* %FB_OUTPUT_DIR%\examples\udr > nul copy %FB_ROOT_PATH%\examples\prebuilt\%FB_OBJ_DIR%\bin\*.exe %FB_OUTPUT_DIR%\examples\prebuilt\bin > nul copy %FB_ROOT_PATH%\examples\prebuilt\%FB_OBJ_DIR%\plugins\*.dll %FB_OUTPUT_DIR%\examples\prebuilt\plugins > nul +copy %FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\firebird\plugins\udr\*.dll %FB_OUTPUT_DIR%\plugins\udr >nul ::@copy %FB_GEN_DIR%\examples\empbuild.cpp %FB_OUTPUT_DIR%\examples\empbuild\ > nul ::@copy %FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\examples\empbuild.exe %FB_GEN_DIR%\examples\empbuild.exe > nul