|
@@ -462,7 +462,7 @@ begin
|
|
|
aktglobalswitches:=aktglobalswitches+[cs_link_extern];
|
|
|
end;
|
|
|
s:=target_ar.arcmd;
|
|
|
- Replace(s,'$LIB',current_module^.staticlibfilename^);
|
|
|
+ Replace(s,'$LIB',current_module^.path+current_module^.staticlibfilename^);
|
|
|
if filescnt=0 then
|
|
|
Replace(s,'$FILES',current_module^.objfilename^)
|
|
|
else
|
|
@@ -499,7 +499,11 @@ end;
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.30 1998-10-13 13:10:18 peter
|
|
|
+ Revision 1.31 1998-10-14 11:01:21 daniel
|
|
|
+ * Staticlibfilename no longer not include a path. Correction when calling
|
|
|
+ ar.
|
|
|
+
|
|
|
+ Revision 1.30 1998/10/13 13:10:18 peter
|
|
|
* new style for m68k/i386 infos and enums
|
|
|
|
|
|
Revision 1.29 1998/10/13 08:19:34 pierre
|