浏览代码

Use new static library not supproted message

git-svn-id: trunk@26598 -
pierre 11 年之前
父节点
当前提交
754790f641
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/link.pas

+ 1 - 1
compiler/link.pas

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