]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Tue, 30 Nov 1999 18:01:11 +0000 (18:01 +0000)
committercas <cas@opencascade.com>
Tue, 30 Nov 1999 18:01:11 +0000 (18:01 +0000)
src/WOKBuilderDef/LD.edl
src/WOKBuilderDef/LDSHR.edl
src/WOKBuilderDef/LINKSHR.edl

index b4f515df2c59551b8857634c0cde6361ec93a9a1..841015ea03b7d7e4732a2525103a931a46911134 100755 (executable)
@@ -67,7 +67,7 @@ $ %ExternRef \
 @if( %Station == "sun" ) then 
 
   @template LD_Footer (  ) is
-      $ -lC -lthread -lc ;
+      $ -lC -lc ;
   @end;
 
 @endif;
index 05272e9be2f72cd7b35663d4f45bca6ce970bdd1..d84d85f8205cab020809fa9c7526e6c348d8f4dd 100755 (executable)
@@ -62,7 +62,7 @@ $ -all %LibDir/lib%LibName.a -none \
   @end;
 
   @template LDSHR_Footer ( ) is
-    $ -lC -lthread -lc ;
+    $ -lC -lc ;
   @end;
 
 @endif;
index e92a9245c77ecfd24726bad68b143e88c9c1526f..fdeda0dea7ba40ed4f43827fa60c0057a1c78f6b 100755 (executable)
@@ -57,7 +57,7 @@ $ -all %LibDir/lib%LibName.a -none \
   @end;
 
   @template LINKSHR_Footer ( ) is
-    $ -lC -lthread -lc ;
+    $ -lC -lc ;
   @end;
 
 @endif;