Hi,

Thanks, all your settings worked, except for one. The target executable always gets created in the "Unit output diretory", no matter what path I specify in the "Target filename".

Examples I tried:
  bin\DiskVerify.exe
  C:\Programming\Lazarus\DiskVerify\bin\DiskVerify.exe

I even tried a path that does not exist, to see if I get any error. Nothing, the executable always ends up in the units\ directory.

Below is the comliler options, Lazarus says it uses:
Project -> Compiler Options -> Other -> Show Options

-S2 -OG1 -TWin32 -gl -WG -vewnhi -l -FuC:\Programming\Lazarus\DiskVerify\source\ -Fu..\..\..\lazarus\lcl\units\i386-win32\ -Fu..\..\..\lazarus\lcl\units\i386-win32\win32\ -Fu..\..\..\lazarus\packager\units\i386-win32\ -Fu. -FEunits\ -oc:\Programming\Lazarus\DiskVerify\bin\FileCheck.exe -dLCL -dLCLwin32


Any ideas? It isn't a big issue, at least everything else works. Is this a bug? If so, in Lazarus or FreePascal?

Regards,
  - Graeme -


Mattias Gaertner wrote:
e.g.:
  <Project Name>
    \bin             <-- executable goes here


Project -> Project Options -> Target filename

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to