From: Diego Caceres Date: Fri, 21 Oct 2011 01:00:21 +0000 (+0000) Subject: DFCH adding template to move thirdparty dlls X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=ee8489a65d85ee3fe98b22e7d5a01c56cc7ac988 DFCH adding template to move thirdparty dlls --- 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 .. +