X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.bat;h=a25d2298ad3aecd7df5343e3e89d80d1235ca261;hb=213a294ad8e6399199a0cfd16511bfa83bfb59a2;hp=4632b82df21fe4672957e9ec4c834be17b54d691;hpb=0830e8aeec3c4f282c0d3490cc2e72b9f15cb3bc;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 4632b82..a25d229 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -1,6 +1,9 @@ -cd %2 +REM %1=buildtype %2= + +cd %2Bin 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 %%a /p:Configuration=%1 INSTALL.vcproj -FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 PACKAGE.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj +copy %2*.exe ../Result_Installers/ cd ..