From 5d6b8af3095c6c97e53e7648c210e058616ecd4b Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Mon, 11 Jun 2012 13:12:43 +0000 Subject: [PATCH] Updating scripts --- .../install_generate_thirdparty.bat_TEMPLATE | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.. -- 2.45.0