Revision: 44872
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44872&view=rev
Author:   d_rossberg
Date:     2011-06-09 14:37:18 +0000 (Thu, 09 Jun 2011)

Log Message:
-----------
removed a flag that is set in the BRLCAD_ADDLIB macro anyway

Modified Paths:
--------------
    brlcad/trunk/src/libbn/CMakeLists.txt
    brlcad/trunk/src/libbu/CMakeLists.txt

Modified: brlcad/trunk/src/libbn/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbn/CMakeLists.txt       2011-06-09 12:55:27 UTC (rev 
44871)
+++ brlcad/trunk/src/libbn/CMakeLists.txt       2011-06-09 14:37:18 UTC (rev 
44872)
@@ -34,11 +34,6 @@
     wavelet.c
 )
 
-IF(MSVC)
-    add_definitions(
-           -DBN_EXPORT_DLL
-        )
-ENDIF(MSVC)
 
 BRLCAD_ADDLIB(libbn "${LIBBN_SOURCES}" libbu)
 SET_TARGET_PROPERTIES(libbn PROPERTIES VERSION 19.0.1 SOVERSION 19)

Modified: brlcad/trunk/src/libbu/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/CMakeLists.txt       2011-06-09 12:55:27 UTC (rev 
44871)
+++ brlcad/trunk/src/libbu/CMakeLists.txt       2011-06-09 14:37:18 UTC (rev 
44872)
@@ -83,9 +83,6 @@
 
 IF(MSVC)
         SET(WIN32LIBS ${WINSOCK_LIB})
-    add_definitions(
-           -DBU_EXPORT_DLL
-        )    
 ENDIF(MSVC)
 
 BRLCAD_ADDLIB(libbu "${LIBBU_SOURCES}" "${CMAKE_THREAD_LIBS_INIT} 
${PNG_LIBRARY} ${TCL_LIBRARY} ${WIN32LIBS}")


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to