]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Run file for LightApp
authornds <nds@opencascade.com>
Mon, 19 Sep 2005 06:44:37 +0000 (06:44 +0000)
committernds <nds@opencascade.com>
Mon, 19 Sep 2005 06:44:37 +0000 (06:44 +0000)
bin/runLightSalome.csh [new file with mode: 0755]

diff --git a/bin/runLightSalome.csh b/bin/runLightSalome.csh
new file mode 100755 (executable)
index 0000000..39681ab
--- /dev/null
@@ -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