Revision: 42060
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42060&view=rev
Author:   starseeker
Date:     2011-01-10 19:48:06 +0000 (Mon, 10 Jan 2011)

Log Message:
-----------
Hmm - put the stubs line inside quotes, and just tclstub on Win32...

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   2011-01-10 17:04:26 UTC 
(rev 42059)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2011-01-10 19:48:06 UTC 
(rev 42060)
@@ -120,7 +120,7 @@
 SET(TK_CFLAGS "${TK_CFLAGS} -DSTDC_HEADERS=1")
 
 IF(WIN32)
-       SET(TK_CFLAGS "${TK_CFLAGS} -c -W3 -D_CRT_SECURE_NO_DEPRECATE 
-D_CRT_NONSTDC_NO_DEPRECATE -Ot -Oi -fp:strict -Gs -GS -GL -MD -DBUILD_tk 
-BUILD_ttk -DSUPPORT_CONFIG_EMBEDDED -DHAVE_UXTHEME_H=1" -DUSE_TCL_STUBS)
+       SET(TK_CFLAGS "${TK_CFLAGS} -c -W3 -D_CRT_SECURE_NO_DEPRECATE 
-D_CRT_NONSTDC_NO_DEPRECATE -Ot -Oi -fp:strict -Gs -GS -GL -MD -DBUILD_tk 
-BUILD_ttk -DSUPPORT_CONFIG_EMBEDDED -DHAVE_UXTHEME_H=1 -DUSE_TCL_STUBS")
 ENDIF(WIN32)
 
 IF(APPLE)
@@ -568,7 +568,7 @@
 
 add_library(tk ${TK_SRCS})
 IF(WIN32)
-target_link_libraries(tk tcl tclstub ${COREFOUNDATION_FRAMEWORK} 
${X11_TK_LIBS} ${TK_FREETYPE_LIBRARIES} ${TK_FONTCONFIG_LIBRARY})
+target_link_libraries(tk 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.

------------------------------------------------------------------------------
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