echo ----End Asking Architecture--------
set thirdpartyGeneration=%1
+set version="3.0.1-win32"
set thirdparty_cmake=%cd%\..\cmake
FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
msbuild /p:Configuration=release PACKAGE.vcxproj
+set installerPath="%thirdpartydllspath%\thirdparty_bin\crea_ThirdParty_dlls_Bin\crea_ThirdParty_dlls-%version%.exe"
+
+if exist installerPath (
+mkdir %thirdpartyGeneration%\thirdparty_installers
+move /Y %installerPath% %thirdpartyGeneration%\thirdparty_installers
+rmdir %binpath% /s /q
+rmdir %thirdpartydllspath% /s /q
+)
+
exit /B
\ No newline at end of file
echo ----End Asking Architecture--------
set thirdpartyGeneration=%1
+set version="3.0.1-win32"
set thirdparty_cmake=%cd%\..\cmake
FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
msbuild /p:Configuration=release PACKAGE.vcxproj
+set installerPath="%thirdpartydllspath%\thirdparty_bin\creaTPLBin\crea_ThirdParty_Libraries-%version%.exe"
+
+if exist installerPath (
+mkdir %thirdpartyGeneration%\thirdparty_installers
+move /Y %installerPath% %thirdpartyGeneration%\thirdparty_installers
+rmdir %binpath% /s /q
+rmdir %thirdpartylibpath% /s /q
+)
+
exit /B
\ No newline at end of file
echo -------------VTK-------------------
echo -----------------------------------
-echo copy /V /Y %VTKINSTALLDIR%\bin\*.exe %creaThirdPartydlls%
-echo copy /V /Y %VTKINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
+copy /V /Y %VTKINSTALLDIR%\bin\*.exe %creaThirdPartydlls%
+copy /V /Y %VTKINSTALLDIR%\bin\*.dll %creaThirdPartydlls%
echo -----------------------------------
echo -------------GDCM------------------