From b62756119223b696c8958910f6ed89a0a4b7d428 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Fri, 21 Oct 2011 01:00:40 +0000 Subject: [PATCH] DFCH adding template to move thirdparty libraries --- Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE diff --git a/Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE b/Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE new file mode 100644 index 0000000..3637a4d --- /dev/null +++ b/Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE @@ -0,0 +1,7 @@ + +set thirdpartyGeneration= +set thirdpartyInstallPath= + +cd scripts +call move_thirdparty_libraries.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_libraries.log 2>&1 +cd .. \ No newline at end of file -- 2.45.1