Revision: 42054
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42054&view=rev
Author:   d_rossberg
Date:     2011-01-10 15:30:22 +0000 (Mon, 10 Jan 2011)

Log Message:
-----------
libz is called zlib now
(and opennurbs_ext.h a private header)

Modified Paths:
--------------
    brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
    brlcad/trunk/src/other/openNURBS/CMakeLists.txt

Modified: brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
===================================================================
--- brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2011-01-10 15:28:08 UTC 
(rev 42053)
+++ brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2011-01-10 15:30:22 UTC 
(rev 42054)
@@ -42,7 +42,7 @@
     librt
     libsysv
     libwdb
-    libz
+    zlib
     openNURBS
     tcl85
 )
@@ -66,7 +66,6 @@
     ../../../include/db.h
     ../../../include/db5.h
     ../../../include/magic.h
-    ../../../include/opennurbs_ext.h
     ../../../include/nmg.h
     ../../../include/nurb.h
     ../../../include/pc.h
@@ -130,7 +129,7 @@
     librt
     libsysv
     libwdb
-    libz
+    zlib
     openNURBS
 )
 

Modified: brlcad/trunk/src/other/openNURBS/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/openNURBS/CMakeLists.txt     2011-01-10 15:28:08 UTC 
(rev 42053)
+++ brlcad/trunk/src/other/openNURBS/CMakeLists.txt     2011-01-10 15:30:22 UTC 
(rev 42054)
@@ -109,7 +109,7 @@
 file(GLOB OPENNURBS_HEADERS *.h)
 
 set(OPENNURBS_LINKLIBRARIES
-    libz
+    zlib
 )
 
 include_directories(


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to