From ee8489a65d85ee3fe98b22e7d5a01c56cc7ac988 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Fri, 21 Oct 2011 01:00:21 +0000 Subject: [PATCH 1/1] DFCH adding template to move thirdparty dlls --- Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE diff --git a/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE b/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE new file mode 100644 index 0000000..2884ef6 --- /dev/null +++ b/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE @@ -0,0 +1,8 @@ + +set thirdpartyGeneration= +set thirdpartyInstallPath= + +cd scripts +call move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1 +cd .. + -- 2.45.1