From: Diego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Date: Mon, 11 Jun 2012 13:12:43 +0000 (+0000)
Subject: Updating scripts
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d6b8af3095c6c97e53e7648c210e058616ecd4b;p=creaToolsTools.git

Updating scripts
---

diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
index 5915078..873a608 100644
--- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
+++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
@@ -22,7 +22,9 @@ echo starting time
 time /t
 date /T
 
-cd scripts
+set scripts=%cd%\scripts
+
+cd %scripts%
 
 echo Calling install_thirdparty.bat
 
@@ -30,10 +32,14 @@ start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartydllsExe.bat
 
+cd %scripts%
+
 start /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType%
 
 echo Calling generateThirdPartyLibExe.bat
 
+cd %scripts%
+
 start /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType%
 
 cd..