X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2FDEVEL%2Flablgtk%2Flablgtk_20001129-0.1.0%2Flablgtk.in;fp=helm%2FDEVEL%2Flablgtk%2Flablgtk_20001129-0.1.0%2Flablgtk.in;h=98015140c2d7753f233672712330ae3f118cbe17;hb=044a71416237d8e2b575678b5f49b8c9380ca409;hp=0000000000000000000000000000000000000000;hpb=993347ab3975ccc7c39dc0324255fab4a75bc0e2;p=helm.git diff --git a/helm/DEVEL/lablgtk/lablgtk_20001129-0.1.0/lablgtk.in b/helm/DEVEL/lablgtk/lablgtk_20001129-0.1.0/lablgtk.in new file mode 100644 index 000000000..98015140c --- /dev/null +++ b/helm/DEVEL/lablgtk/lablgtk_20001129-0.1.0/lablgtk.in @@ -0,0 +1,24 @@ +#!/bin/sh + +thread="no" + +case $1 in +-help) + echo "Usage: lablgtk [-thread] [script-file]" + echo " -thread use the threaded version of the toplevel" + ;; +-thread) + thread=yes + shift + ;; +esac + +if test $thread = yes; then + toplevel="@INSTALLDIR@/lablgtktop_t -I @LIBDIR@/threads" +else + toplevel=@INSTALLDIR@/lablgtktop +fi + +exec $toplevel -w s \ + -I @LABLGLDIR@ \ + -I @INSTALLDIR@ $*