]> Creatis software - creaToolsTools.git/commitdiff
DFCH adding template to move thirdparty dlls
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Fri, 21 Oct 2011 01:00:21 +0000 (01:00 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Fri, 21 Oct 2011 01:00:21 +0000 (01:00 +0000)
Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE [new file with mode: 0644]

diff --git a/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE b/Install_ThirdParty/move_thirdparty_dlls.bat_TEMPLATE
new file mode 100644 (file)
index 0000000..2884ef6
--- /dev/null
@@ -0,0 +1,8 @@
+
+set thirdpartyGeneration=<directory where you have generated thirdparty_dlls>
+set thirdpartyInstallPath=<directory where you want to move the libraries>
+
+cd scripts
+call move_thirdparty_dlls.bat %thirdpartyGeneration% %thirdpartyInstallPath% >> move_thirdparty_dlls.log 2>&1
+cd ..
+