소스 검색

+ fix for library support.

michael 27 년 전
부모
커밋
bd3ea9fdcb
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      compiler/link.pas

+ 5 - 3
compiler/link.pas

@@ -154,7 +154,6 @@ Procedure TLInker.AddLibraryFile(S:String);
 begin
   if pos('.',s)=0 then
    s:=s+target_info.dllext;
-  s:=FixFileName(s);
   LibFiles.Insert (S);
 end;
 
@@ -362,8 +361,11 @@ end;
 end.
 {
   $Log$
-  Revision 1.1  1998-03-25 11:18:13  root
-  Initial revision
+  Revision 1.2  1998-03-30 09:50:49  michael
+  + fix for library support.
+
+  Revision 1.1.1.1  1998/03/25 11:18:13  root
+  * Restored version
 
   Revision 1.31  1998/03/13 22:45:58  florian
     * small bug fixes applied