]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
committercas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
src/WOKOrbix/IDLFRONT.edl
src/WOKOrbix/ORBIX.edl

index f4cbf85f48f7a845c410885d37f7349276ba790d..b1c0cd647ec3cf6c2d213adeae81a8b2eb4ad8b8 100755 (executable)
@@ -8,14 +8,17 @@
 
 @if ( %Station != "wnt" ) then
   @if ( %LocalArch != "hp" ) then
-    @set %IDLFRONT_SHARED = "libIDLFront.so";
+    --@set %IDLFRONT_SHARED = "libIDLFront.so";
+    @set %IDLFRONT_SHARED = "libTKIDLFront.so";
   @endif;
 
   @if ( %LocalArch == "hp" ) then
-    @set %IDLFRONT_SHARED = "libIDLFront.sl";
+    --@set %IDLFRONT_SHARED = "libIDLFront.sl";
+    @set %IDLFRONT_SHARED = "libTKIDLFront.sl";
   @endif;
 @else
-  @set %IDLFRONT_SHARED = "IDLFront.dll";
+  --@set %IDLFRONT_SHARED = "IDLFront.dll";
+  @set %IDLFRONT_SHARED = "TKIDLFront.dll";
 @endif;
 
 @set %IDLFRONT_NAME   = "IDLTranslate";
index 9bf4109a8c29849e5e642819d1a8491f8eeb3da9..42028b80a113bc770a8b1420c448eff985676aa6 100755 (executable)
@@ -34,7 +34,7 @@ $ -I%IncDirectory \
   @string %ORBIX_IDL_Options += " -DSOLARIS";
   -- Options liees aux BDs Objet
   @if ( %DBMS == "OBJS" ) then
-    @set %DBMSOpt = " -mt -vdelx -DOBJS -I/PRODUCTS/OS4.0.2/sunpro/include ";
+    @set %DBMSOpt = "-vdelx -DOBJS -I/PRODUCTS/OS4.0.2/sunpro/include ";
   @endif;
 @endif;