mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:09:32 +01:00
+ Add message for TExternalLinker.CatFileContent method
git-svn-id: trunk@19646 -
This commit is contained in:
parent
21179c6833
commit
8f7ea8718b
@ -2516,7 +2516,7 @@ asmw_e_handlerdata_no_handler=08025_E_.seh_handlerdata directive without precedi
|
||||
#
|
||||
# Executing linker/assembler
|
||||
#
|
||||
# 09032 is the last used one
|
||||
# 09033 is the last used one
|
||||
#
|
||||
# BeginOfTeX
|
||||
%
|
||||
@ -2606,6 +2606,8 @@ exec_e_cant_open_resource_file=09031_E_Can't open resource file "$1"
|
||||
% An error occurred resource file cannot be opened.
|
||||
exec_e_cant_write_resource_file=09032_E_Can't write resource file "$1"
|
||||
% An error occurred resource file cannot be written.
|
||||
exec_n_backquote_cat_file_not_found=09033_N_File "$1" not found for backquoted cat command
|
||||
% The compiler did not find the file that should be expanded into linker parameters
|
||||
%\end{description}
|
||||
# EndOfTeX
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user