]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/compilemod.bat
*** empty log message ***
[creaToolsTools.git] / Install / scripts / compilemod.bat
index 76cd8c4a8599786167106bdaa4d1e4bb5be36200..777a79d9dc2e0c2d40f51725a361b2834d9b437b 100644 (file)
@@ -1,9 +1,13 @@
-REM %1=buildtype  %2=<Module Sources Ex crea bbtk creaMaracasVisu ...>
+REM %1 = <buildtype>  
+REM %2 = <Module Sources Ex crea bbtk creaMaracasVisu ...>
+REM %3 = <creatoolsGeneration>
 
-cd %2Bin
+set binfolder=%3\creatools_bin\%2Bin
+
+cd %binfolder%
 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\
-cd ..
+copy %2*.exe %3\Result_Installers\
+