[Liblas-commits] laszip: import, not export the dll
liblas-commits at liblas.org
liblas-commits at liblas.org
Sat Jan 29 21:18:34 EST 2011
details: http://hg.liblas.orglaszip/rev/2b5efddcdb54
changeset: 162:2b5efddcdb54
user: Howard Butler <hobu.inc at gmail.com>
date: Sat Jan 29 20:18:26 2011 -0600
description:
import, not export the dll
diffstat:
tools/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9404aa16a0c7 -r 2b5efddcdb54 tools/CMakeLists.txt
--- a/tools/CMakeLists.txt Sat Jan 29 20:10:43 2011 -0600
+++ b/tools/CMakeLists.txt Sat Jan 29 20:18:26 2011 -0600
@@ -27,7 +27,7 @@
if(WIN32)
if(NOT BUILD_STATIC)
- add_definitions("-DLASZIP_DLL_EXPORT=1")
+ add_definitions("-DLASZIP_DLL_IMPORT=1")
endif()
endif()
More information about the Liblas-commits
mailing list