Revision: 41409
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41409&view=rev
Author:   starseeker
Date:     2010-11-19 20:32:44 +0000 (Fri, 19 Nov 2010)

Log Message:
-----------
looks like winMain.c is associated with wish on Windows

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-11-19 20:28:31 UTC 
(rev 41408)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-11-19 20:32:44 UTC 
(rev 41409)
@@ -452,7 +452,6 @@
        win/ttkWinMonitor.c
        win/ttkWinTheme.c
        win/ttkWinXPTheme.c
-       win/winMain.c
 )
 
 SET(TK_SRCS ${TK_GENERIC_SRCS} ${TTK_SRCS})
@@ -507,6 +506,8 @@
 
 IF(NOT WIN32)
        SET(WISH_SRCS unix/tkAppInit.c)
+ELSE(NOT WIN32)
+        SET(WISH_SRCS win/winMain.c)
 ENDIF(NOT WIN32)
 
 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${TK_CFLAGS}") 


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/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to