Browse Source

Use new static library not supproted message

git-svn-id: trunk@26598 -
pierre 11 years ago
parent
commit
754790f641
1 changed files with 1 additions and 1 deletions
  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;