Revision: 42040
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42040&view=rev
Author:   starseeker
Date:     2011-01-08 18:09:57 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
Update version to 8.5.9, also don't compile the manifest file for wish (causes 
errors, not sure what precisely is going on - may need some special foo for 
user-supplied rc file)

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

Modified: brlcad/branches/cmake/src/other/tcl/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2011-01-08 17:39:44 UTC 
(rev 42039)
+++ brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2011-01-08 18:09:57 UTC 
(rev 42040)
@@ -59,7 +59,7 @@
 # version numbers
 SET(TCL_MAJOR_VERSION 8)
 SET(TCL_MINOR_VERSION 5)
-SET(TCL_PATCH_LEVEL 8)
+SET(TCL_PATCH_LEVEL 9)
 
 SET(TCL_VERSION "${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}.${TCL_PATCH_LEVEL}")
 

Modified: brlcad/branches/cmake/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2011-01-08 17:39:44 UTC 
(rev 42039)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2011-01-08 18:09:57 UTC 
(rev 42040)
@@ -57,7 +57,7 @@
 # version numbers
 SET(TK_MAJOR_VERSION 8)
 SET(TK_MINOR_VERSION 5)
-SET(TK_PATCH_LEVEL 8)
+SET(TK_PATCH_LEVEL 9)
 
 SET(TK_VERSION "${TK_MAJOR_VERSION}.${TK_MINOR_VERSION}.${TK_PATCH_LEVEL}")
 
@@ -532,7 +532,7 @@
 IF(NOT WIN32)
        SET(WISH_SRCS unix/tkAppInit.c)
 ELSE(NOT WIN32)
-        SET(WISH_SRCS win/winMain.c win/rc/wish.rc)
+        SET(WISH_SRCS win/winMain.c)# win/rc/wish.rc)
 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.

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