mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
Use new static library not supproted message
git-svn-id: trunk@26598 -
This commit is contained in:
parent
6feab20b01
commit
754790f641
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user