X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.sh;h=30b0893eff3d9dc6fb4c361cc96a649ceadbc487;hb=8b336e59968feed9d501b9694f49074a0ee3a542;hp=a2e4b1de9a2fa10e7f38eef661adfd8e9f733ae4;hpb=d76552fe1d448d38571766051594d531c36afc96;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index a2e4b1d..30b0893 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -1,10 +1,14 @@ -cd $2 +cd $3/tmpCreaTools_INSTALL/$2Bin +# $1 : useless for Linux (Release/Debug) +echo "=in compilemod.sh ====================================================== $3/tmpCreaTools_INSTALL/$2Bin " +echo $1 +echo $2 +echo $3 +echo "=in compilemod.sh ====================================================== $3/tmpCreaTools_INSTALL/$2Bin " +pwd -# A FINIR! -# call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" -# FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 -# FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj -# FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj +make + cd ..