Revision: 41940
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41940&view=rev
Author:   starseeker
Date:     2011-01-04 19:44:04 +0000 (Tue, 04 Jan 2011)

Log Message:
-----------
Add a file needed by the CMake build of tktable.

Added Paths:
-----------
    brlcad/trunk/src/other/tktable/misc/
    brlcad/trunk/src/other/tktable/misc/tkTable_header.tcl

Added: brlcad/trunk/src/other/tktable/misc/tkTable_header.tcl
===================================================================
--- brlcad/trunk/src/other/tktable/misc/tkTable_header.tcl                      
        (rev 0)
+++ brlcad/trunk/src/other/tktable/misc/tkTable_header.tcl      2011-01-04 
19:44:04 UTC (rev 41940)
@@ -0,0 +1,8 @@
+set in [open [lindex $argv 0] r]
+set out [open [lindex $argv 1] w]
+while {[gets $in line] != -1} {
+       switch -regexp -- $line "^$" - {^#} continue
+       regsub -all {\\} $line {\\\\} line
+       regsub -all {"} $line {\"} line
+       puts $out "\"$line\\n\""
+}


Property changes on: brlcad/trunk/src/other/tktable/misc/tkTable_header.tcl
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
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