[Sumover-dev] [svn commit] r4030 - vic/branches/mpeg4
    sumover-dev at cs.ucl.ac.uk 
    sumover-dev at cs.ucl.ac.uk
       
    Thu May 10 20:16:16 BST 2007
    
    
  
Author: piers
Date: Thu May 10 20:16:03 2007
New Revision: 4030
Modified:
   vic/branches/mpeg4/Makefile.in
Log:
Reorder tcl scripts to make tcl work - it wasn't seeing the new windowingsystem proc and hence init_resources was failing - and vic crashed. 
Modified: vic/branches/mpeg4/Makefile.in
==============================================================================
--- vic/branches/mpeg4/Makefile.in	(original)
+++ vic/branches/mpeg4/Makefile.in	Thu May 10 20:16:03 2007
@@ -103,8 +103,9 @@
 #
 # Remember to add a dependency if you add any tcl sources here.
 #
-TCL_VIC = ui-ctrlmenu.tcl ui-main.tcl ui-resource.tcl ui-relate.tcl  ui-titlemaker.tcl \
-	ui-srclist.tcl ui-stats.tcl ui-util.tcl ui-windows.tcl \
+TCL_VIC = ui-util.tcl ui-ctrlmenu.tcl ui-main.tcl ui-resource.tcl \
+	  ui-relate.tcl  ui-titlemaker.tcl \
+	ui-srclist.tcl ui-stats.tcl  ui-windows.tcl \
 	ui-switcher.tcl ui-extout.tcl ui-grabber.tcl ui-unix.tcl \
 	cf-main.tcl cf-tm.tcl cf-confbus.tcl cf-network.tcl cf-util.tcl \
 	tkerror.tcl entry.tcl accessgrid.tcl ag-pixrate.tcl autoplace_ui.tcl
    
    
More information about the Sumover-dev
mailing list