]> Creatis software - creaToolsTools.git/commitdiff
DFCH
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 31 Oct 2011 00:25:11 +0000 (00:25 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 31 Oct 2011 00:25:11 +0000 (00:25 +0000)
Install_ThirdParty/scripts/install_thirdparty_dlls_cmake.bat
Install_ThirdParty/scripts/install_thirdparty_libraries_cmake.bat

index fe2d8456d59e7821cd52b30d4e0246a129694fcb..127d4430a207e0cd613a3ec8e95f9f1be934a1d6 100644 (file)
@@ -13,13 +13,14 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 echo ----End Asking Architecture--------
 
 
-set thirdpartydlls_cmake=%1
-set thirdpartydllspath=%2
+set thirdpartydllspath=%1
+
+set thirdparty_cmake=%cd%\..\cmake
 
 set vcvarsall="%ProgramFilesPath_x86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
 
-set sourcepath=%thirdpartydlls_cmake%\crea_ThirdParty_dlls
-set binpath=%thirdpartydlls_cmake%\crea_ThirdParty_dlls_Bin
+set sourcepath=%thirdparty_cmake%\crea_ThirdParty_dlls
+set binpath=%thirdparty_cmake%\crea_ThirdParty_dlls_Bin
 set installpath="C:\Temp\creatools\crea_ThirdParty_dlls"
 echo set installpath="ProgramFilesPath_x86\creatools\crea_ThirdParty_dlls"
 
@@ -33,6 +34,7 @@ call %vcvarsall%
 
 mkdir %binpath%
 cd %binpath%
+
 cmake -G"Visual Studio 10"  -H%sourcepath% -B%binpath%
 cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath% CMakeCache.txt
 cmake -D CREA_LIBRARY_DLL_PATH:PATH=%thirdpartydllspath% CMakeCache.txt
index 8ce08153f8803ca4e2779e7cb1c94739e5d2f766..014567855381022de6af9ebfc0cd0dee4bfc8bb1 100644 (file)
@@ -13,13 +13,14 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 echo ----End Asking Architecture--------
 
 
-set thirdpartylib_cmake=%1
-set thirdpartylibpath=%2
+set thirdpartylibpath=%1
+
+set thirdparty_cmake=%cd%\..\cmake
 
 set vcvarsall="%ProgramFilesPath_x86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
 
-set sourcepath=%thirdpartylib_cmake%\crea_ThirdParty_Libraries
-set binpath=%thirdpartylib_cmake%\crea_ThirdParty_Libraries_Bin
+set sourcepath=%thirdparty_cmake%\crea_ThirdParty_Libraries
+set binpath=%thirdparty_cmake%\crea_ThirdParty_Libraries_Bin
 set installpath="C:\Temp\creatools\crea_ThirdParty_Libraries"
 echo set installpath="ProgramFilesPath_x86\creatools\crea_ThirdParty_Libraries"
 
@@ -33,6 +34,7 @@ call %vcvarsall%
 
 mkdir %binpath%
 cd %binpath%
+
 cmake -G"Visual Studio 10"  -H%sourcepath% -B%binpath%
 cmake -D CMAKE_INSTALL_PREFIX:PATH=%installpath% CMakeCache.txt
 cmake -D CREA_LIBRARY_SOURCE_PATH:PATH=%thirdpartylibpath% CMakeCache.txt