From: cascade Date: Fri, 28 Jan 2005 22:27:03 +0000 (+0000) Subject: OCC7757 Providing possibility to compile OCCT on DEC platform X-Git-Tag: V6_7_1~135 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a6aca00473c6ca3b340aa4d31f596edaaf1f9947;p=occt-wok.git OCC7757 Providing possibility to compile OCCT on DEC platform --- diff --git a/src/WOKUtils/WOKUtils_Param.cxx b/src/WOKUtils/WOKUtils_Param.cxx index e8be3c5..cee3c13 100755 --- a/src/WOKUtils/WOKUtils_Param.cxx +++ b/src/WOKUtils/WOKUtils_Param.cxx @@ -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" );