Revision: 42031
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42031&view=rev
Author:   starseeker
Date:     2011-01-07 21:38:43 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
Whoops - not static for those two cases.

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

Modified: brlcad/branches/cmake/src/adrt/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/adrt/CMakeLists.txt       2011-01-07 21:32:23 UTC 
(rev 42030)
+++ brlcad/branches/cmake/src/adrt/CMakeLists.txt       2011-01-07 21:38:43 UTC 
(rev 42031)
@@ -23,7 +23,7 @@
        target_link_libraries(libtie libbu)
        INSTALL(TARGETS libtie DESTINATION ${BRLCAD_INSTALL_LIB_DIR})
        IF(WIN32)
-               SET_TARGET_PROPERTIES(libtie-static PROPERTIES COMPILE_FLAGS 
"-DTIE_EXPORT_DLL")
+               SET_TARGET_PROPERTIES(libtie PROPERTIES COMPILE_FLAGS 
"-DTIE_EXPORT_DLL")
        ENDIF(WIN32)
 ENDIF(BUILD_SHARED_LIBS)
 IF(BUILD_STATIC_LIBS AND NOT MSVC)
@@ -72,7 +72,7 @@
        target_link_libraries(librender libtie libgcv)
        INSTALL(TARGETS librender DESTINATION ${BRLCAD_INSTALL_LIB_DIR})
        IF(WIN32)
-               SET_TARGET_PROPERTIES(librender-static PROPERTIES COMPILE_FLAGS 
"-DRENDER_EXPORT_DLL")
+               SET_TARGET_PROPERTIES(librender PROPERTIES COMPILE_FLAGS 
"-DRENDER_EXPORT_DLL")
        ENDIF(WIN32)
 ENDIF(BUILD_SHARED_LIBS)
 IF(BUILD_STATIC_LIBS AND NOT MSVC)


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