]> OCCT Git - occt-wok.git/commitdiff
OCC7757 Providing possibility to compile OCCT on DEC platform
authorcascade <cascade@opencascade.com>
Fri, 28 Jan 2005 22:27:03 +0000 (22:27 +0000)
committercascade <cascade@opencascade.com>
Fri, 28 Jan 2005 22:27:03 +0000 (22:27 +0000)
src/WOKUtils/WOKUtils_Param.cxx

index e8be3c5bb6883240dd9f02363073af20884e878f..cee3c13789fe3f44d3803aae014348454eb7f7a0 100755 (executable)
@@ -55,7 +55,7 @@ void WOKUtils_Param :: SetBasicVariables ( void ) {
  myapi -> AddVariable ( "%Station",     "sun"       );
 #elif defined(linux) || defined(LIN)
  myapi -> AddVariable ( "%Station",     "lin"       );
-#elif defined(__osf__)
+#elif defined(__osf__) || defined(DECOSF1)
  myapi -> AddVariable ( "%Station",     "ao1"       );
 #elif defined(__hpux) || defined(HPUX)
  myapi -> AddVariable ( "%Station",     "hp"       );