X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Install%2Fscripts%2Fcompilemod.bat;h=76cd8c4a8599786167106bdaa4d1e4bb5be36200;hb=52d405722a2de46a53f5b5296dd9a9d1d9f3ebb4;hp=a25d2298ad3aecd7df5343e3e89d80d1235ca261;hpb=930eafcc21937ffffecb30584dd6751885571de6;p=creaToolsTools.git diff --git a/Install/scripts/compilemod.bat b/Install/scripts/compilemod.bat index a25d229..76cd8c4 100644 --- a/Install/scripts/compilemod.bat +++ b/Install/scripts/compilemod.bat @@ -5,5 +5,5 @@ 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 -copy %2*.exe ../Result_Installers/ +copy %2*.exe ..\Result_Installers\ cd ..