[Kst] branches/work/kst/portto4/kst/misc

Peter Kümmel syntheticpp at gmx.net
Sat Jul 31 15:10:30 CEST 2010


SVN commit 1157540 by kuemmel:

MinGW release: build all from scratch

 M  +5 -5      mingw-release.bat  


--- branches/work/kst/portto4/kst/misc/mingw-release.bat #1157539:1157540
@@ -3,27 +3,27 @@
 :: TODO copy cmake files to sources
 
 set KSTDEPS=q:\kst-win32-deps-mingw
-rmdir /s/q %KSTDEPS
+rmdir /s/q %KSTDEPS%
 
 del CMakeCache.txt
-cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\netcdf\netcdf-4.1.1\netcdf-4.1.1\netcdf-windows
+cmake -G"MinGW Makefiles" -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\netcdf\netcdf-4.1.1\netcdf-4.1.1\netcdf-windows
 mingw32-make install
 
 
 del CMakeCache.txt
-cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\getdata\getdata\cmake
+cmake -G"MinGW Makefiles" -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\getdata\getdata\cmake
 mingw32-make install
 
 
 del CMakeCache.txt
-cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\gsl\gsl-1.14\gsl-1.14
+cmake -G"MinGW Makefiles" -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%KSTDEPS% Q:\gsl\gsl-1.14\gsl-1.14
 mingw32-make install
 
 
 
 set GETDATADIR=%KSTDEPS%
 set NETCDFDIR=%KSTDEPS%
-set GFLDIR=%KSTDEPS%
+set GSLDIR=%KSTDEPS%
 
 qmake ..\kst\kst.pro CONFIG+=release -r
 


More information about the Kst mailing list