Revision: 41733
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41733&view=rev
Author:   starseeker
Date:     2010-12-20 21:13:48 +0000 (Mon, 20 Dec 2010)

Log Message:
-----------
Hmm, Windows seems to want both tcl and tclstub - need to look into this, what 
do the nmake files do?

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

Modified: brlcad/branches/cmake/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-12-20 21:12:32 UTC 
(rev 41732)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-12-20 21:13:48 UTC 
(rev 41733)
@@ -568,7 +568,7 @@
 
 add_library(tk ${TK_SRCS})
 IF(WIN32)
-target_link_libraries(tk tclstub ${COREFOUNDATION_FRAMEWORK} ${X11_TK_LIBS} 
${TK_FREETYPE_LIBRARIES} ${TK_FONTCONFIG_LIBRARY})
+target_link_libraries(tk tcl tclstub ${COREFOUNDATION_FRAMEWORK} 
${X11_TK_LIBS} ${TK_FREETYPE_LIBRARIES} ${TK_FONTCONFIG_LIBRARY})
 ELSE(WIN32)
 target_link_libraries(tk tcl ${COREFOUNDATION_FRAMEWORK} ${X11_TK_LIBS} 
${TK_FREETYPE_LIBRARIES} ${TK_FONTCONFIG_LIBRARY})
 ENDIF(WIN32)


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to