<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">- via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Di., 18. Feb. 2020, 13:16:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
A while ago (5 years) I made an application where I had to add -k-lxxxx <br>
to the command-line the compile that application.<br>
Is there a way to add this in the source ?<br>
I spent a good time to find out how I compiled that application last <br>
time. Fortunately .bash_history saved me.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">If it is to add a library or object file then you can do this using $L/$Link ( <a href="https://freepascal.org/docs-html/current/prog/progsu43.html#x50-490001.2.43">https://freepascal.org/docs-html/current/prog/progsu43.html#x50-490001.2.43</a> ) or $LinkLib ( <a href="https://freepascal.org/docs-html/current/prog/progsu46.html#x53-520001.2.46">https://freepascal.org/docs-html/current/prog/progsu46.html#x53-520001.2.46</a> ). </div><div dir="auto">If you provide more information about what exactly you pass to the linker we can help you more. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>