* Add FPCBINDIR macro for paths

git-svn-id: trunk@44697 -
This commit is contained in:
michael 2020-04-12 07:56:01 +00:00
parent 4141df7fe6
commit f3560004cf

View File

@ -941,6 +941,7 @@ implementation
Replace(s,'$FPCDATE',date_string);
Replace(s,'$FPCCPU',target_cpu_string);
Replace(s,'$FPCOS',target_os_string);
Replace(s,'$FPCBINDIR',ExtractFilePath(FixFileName(system.paramstr(0))));
if (tf_use_8_3 in Source_Info.Flags) or
(tf_use_8_3 in Target_Info.Flags) then
Replace(s,'$FPCTARGET',target_os_string)