Revision: 41244
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41244&view=rev
Author:   starseeker
Date:     2010-11-03 20:04:11 +0000 (Wed, 03 Nov 2010)

Log Message:
-----------
Copy tclAppInit.c to its expected place

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

Modified: brlcad/branches/cmake/src/other/tcl/library/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tcl/library/CMakeLists.txt  2010-11-03 
18:24:20 UTC (rev 41243)
+++ brlcad/branches/cmake/src/other/tcl/library/CMakeLists.txt  2010-11-03 
20:04:11 UTC (rev 41244)
@@ -32,6 +32,12 @@
 INSTALL(FILES msgcat/msgcat.tcl DESTINATION lib/tcl8/8.5 RENAME 
msgcat-1.4.2.tm)
 INSTALL(FILES tcltest/tcltest.tcl DESTINATION lib/tcl8/8.5 RENAME 
tcltest-2.3.0.tm)
 
+IF(NOT WIN32)
+       INSTALL(FILES ../unix/tclAppInit.c DESTINATION 
lib/tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION})
+ELSE(NOT WIN32)
+       INSTALL(FILES ../win/tclAppInit.c DESTINATION 
lib/tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION})
+ENDIF(NOT WIN32)
+
 SET(tcl_msgs
        msgs/af.msg
        msgs/af_za.msg


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

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to