Salome HOME
Copyrights update
[modules/gui.git] / bin / runLightSalome.csh
1 #!/bin/csh -f
2
3 if ( ! $?SUITRoot )          setenv SUITRoot ${GUI_ROOT_DIR}/share/salome
4
5 # this variable necessary for loading .ini or .xml file
6 if ( ! $?LightAppConfig )    setenv LightAppConfig ${GUI_ROOT_DIR}/share/salome/resources
7 if ( ! $?LightAppResources ) setenv LightAppResources ${GUI_ROOT_DIR}/share/salome/resources
8
9 SUITApp LightApp -style salome $* &