0030575: Tests - v3d/materials unstable image screenshots of alpha-blending on GeForc...
[occt.git] / src / DrawResources / InitEnvironment.tcl
1 # Copyright (c) 1999-2014 OPEN CASCADE SAS
2 #
3 # This file is part of Open CASCADE Technology software library.
4 #
5 # This library is free software; you can redistribute it and/or modify it under
6 # the terms of the GNU Lesser General Public License version 2.1 as published
7 # by the Free Software Foundation, with special exception defined in the file
8 # OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
9 # distribution for complete text of the license and disclaimer of any warranty.
10 #
11 # Alternatively, this file may be used under the terms of Open CASCADE
12 # commercial license or contractual agreement.
13
14 ################################################
15 #
16 #  find the name of the station
17 #
18 ################################################
19 proc wokstation {} {
20     set LINE_FROM_UNAME [ exec uname -a ] ;
21     if { [ regexp SunOS $LINE_FROM_UNAME ] } {
22         return "sun"
23     }  elseif { [ regexp IRIX $LINE_FROM_UNAME ] } {
24         return "sil"
25     } elseif { [ regexp OSF $LINE_FROM_UNAME ] } {
26         return "ao1" 
27     } elseif { [ regexp HP-UX $LINE_FROM_UNAME ] } {
28         return "hp"
29     } elseif { [ regexp Linux $LINE_FROM_UNAME ] } {
30         return "lin"
31     } elseif { [ regexp FreeBSD $LINE_FROM_UNAME ] } {
32         return "bsd"
33     } elseif { [ regexp Darwin $LINE_FROM_UNAME ] } {
34         return "mac"
35     } elseif { [ regexp AIX $LINE_FROM_UNAME ] } {
36         return "aix"
37     } else {
38         return "wnt"
39     }
40     
41 }
42
43 set env(STATION)     [ wokstation ] 
44
45 # PMN LE 6/06/1997
46 # Ce type d'environnement n'a rien n'a faire dans les sources
47 # On doit le faire dans des ilots.tcl ou des ud.tcl ou bien
48 # dans les procedures de test externes a WOK
49 #set env(WBCONTAINER) /adv_20/BAG
50 #set env(WBROOT)     "/adv_21/MDL/k1deb/ref"