[Liblas-commits] hg: mpg-specific file, trying to synchronize build configs

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Jun 27 15:19:20 EDT 2011


details:   http://hg.liblas.orghg/rev/a95fbeb13499
changeset: 3023:a95fbeb13499
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Mon Jun 27 12:19:12 2011 -0700
description:
mpg-specific file, trying to synchronize build configs

diffstat:

 mpg-config.bat |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r a2f492012245 -r a95fbeb13499 mpg-config.bat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpg-config.bat	Mon Jun 27 12:19:12 2011 -0700
@@ -0,0 +1,27 @@
+ at echo off
+
+set COMPILER="Visual Studio 10 Win64"
+set COMPILER="Visual Studio 10"
+
+set BUILD_TYPE=Release
+set BUILD_TYPE=Debug
+
+set UTILS_DIR=c:\Utils
+set DEV_DIR=d:\dev
+
+
+set LIBLAS=%DEV_DIR%\liblas
+set LASZIP=%DEV_DIR%\laszip
+set BOOST=%UTILS_DIR%\boost_1_46_1
+
+cmake -G %COMPILER% ^
+    -DBOOST_INCLUDEDIR=%BOOST% ^
+    -DWITH_GDAL=OFF ^
+    -DWITH_GEOTIFF=OFF ^
+    -DWITH_ORACLE=OFF ^
+    -DWITH_LASZIP=ON ^
+    -DLASZIP_INCLUDE_DIR=%LASZIP%\include ^
+    -DLASZIP_LIBRARY=%LASZIP%\bin\Debug\Debug\laszip.lib ^
+    -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
+    -DCMAKE_VERBOSE_MAKEFILE=OFF ^
+    %LIBLAS%


More information about the Liblas-commits mailing list