From: nds Date: Mon, 19 Sep 2005 06:44:37 +0000 (+0000) Subject: Run file for LightApp X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2da68212c0819c70cb3d8758b49191f1b3f58f2;p=modules%2Fgui.git Run file for LightApp --- diff --git a/bin/runLightSalome.csh b/bin/runLightSalome.csh new file mode 100755 index 000000000..39681ab07 --- /dev/null +++ b/bin/runLightSalome.csh @@ -0,0 +1,9 @@ +#!/bin/csh -f + +if ( ! $?SUITRoot ) setenv SUITRoot ${GUI_ROOT_DIR}/share/salome + +# this variable necessary for loading .ini or .xml file +if ( ! $?LightAppConfig ) setenv LightAppConfig ${GUI_ROOT_DIR}/share/salome/resources +if ( ! $?LightAppResources ) setenv LightAppResources ${GUI_ROOT_DIR}/share/salome/resources + +SUITApp LightApp $1