lttv: Clean up library handling in the build system
[lttv.git] / lttv / lttv / lttv-gui.sh
CommitLineData
065f8f41 1# -* sh *-
2
3# This is a simple script that starts lttv with default GUI modules
4# Mathieu Desnoyers 15-09-2005
5
87853841 6LTTV_CMD=`echo $0 | sed 's/-gui$//'`
7
3d55af6e 8$LTTV_CMD.real -m lttvwindow -m guievents -m guifilter -m guicontrolflow -m resourceview \
bdac45d7 9 -m guistatistics -m guitracecontrol $*
065f8f41 10
This page took 0.04474 seconds and 4 git commands to generate.