소스 검색

fixed staticlibprefix for Amiga and MorphOS

git-svn-id: trunk@26127 -
Károly Balogh 11 년 전
부모
커밋
34702dbfc5
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      compiler/systems/i_amiga.pas
  2. 1 1
      compiler/systems/i_morph.pas

+ 2 - 2
compiler/systems/i_amiga.pas

@@ -50,7 +50,7 @@ unit i_amiga;
             resobjext    : '.or';
             sharedlibext : '.library';
             staticlibext : '.a';
-            staticlibprefix : 'lib';
+            staticlibprefix : 'libp';
             sharedlibprefix : '';
             sharedClibext : '.library';
             staticClibext : '.a';
@@ -112,7 +112,7 @@ unit i_amiga;
             resobjext    : '.or';
             sharedlibext : '.library';
             staticlibext : '.a';
-            staticlibprefix : 'lib';
+            staticlibprefix : 'libp';
             sharedlibprefix : '';
             sharedClibext : '.library';
             staticClibext : '.a';

+ 1 - 1
compiler/systems/i_morph.pas

@@ -50,7 +50,7 @@ unit i_morph;
             resobjext    : '.or';
             sharedlibext : '.library';
             staticlibext : '.a';
-            staticlibprefix : 'lib';
+            staticlibprefix : 'libp';
             sharedlibprefix : '';
             sharedClibext : '.library';
             staticClibext : '.a';