Use new static library not supproted message

git-svn-id: trunk@26598 -
This commit is contained in:
pierre 2014-01-27 22:29:07 +00:00
parent 6feab20b01
commit 754790f641

View File

@ -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;