ソースを参照

Use new static library not supproted message

git-svn-id: trunk@26598 -
pierre 12 年 前
コミット
754790f641
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/link.pas

+ 1 - 1
compiler/link.pas

@@ -566,7 +566,7 @@ Implementation
     Function TLinker.MakeStaticLibrary:boolean;
       begin
         MakeStaticLibrary:=false;
-        Message(exec_e_dll_not_supported);
+        Message(exec_e_static_lib_not_supported);
       end;