Revision: 40989
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40989&view=rev
Author:   starseeker
Date:     2010-10-14 04:25:46 +0000 (Thu, 14 Oct 2010)

Log Message:
-----------
Add the BN_EXPORT_DLL definition

Modified Paths:
--------------
    brlcad/branches/cmake/src/libbn/CMakeLists.txt

Modified: brlcad/branches/cmake/src/libbn/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/libbn/CMakeLists.txt      2010-10-14 04:09:55 UTC 
(rev 40988)
+++ brlcad/branches/cmake/src/libbn/CMakeLists.txt      2010-10-14 04:25:46 UTC 
(rev 40989)
@@ -34,6 +34,12 @@
     wavelet.c
 )
 
+IF(MSVC)
+       add_definitions(
+               -DBN_EXPORT_DLL
+       )
+ENDIF(MSVC)
+
 BRLCAD_ADDLIB(libbn "${LIBBN_SOURCES}" libbu STRICT)
 SET_TARGET_PROPERTIES(libbn PROPERTIES VERSION 19.0.1 SOVERSION 19)
 


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to