PDA

View Full Version : output directory for binaries?



chronozphere
10-05-2010, 01:44 PM
Hey guys

Delphi has an "output directory" (for EXE/DLL) and a "unit output directory" (for DCU's). I noticed that Lazarus doesn't have the binary output directory in the compiler options window.

I have set up my project with delphi and i use a separate Bin/ directory. I wanna use that same directory for lazarus output too. I'm pretty sure this is possible, but how? ???

Thanks in advance.

Andreaz
10-05-2010, 02:53 PM
There's a binary output name or something similar in the project settings that supports adding a path to the name, for instance "Binary/myApplication"

jdarling
10-05-2010, 03:52 PM
There's a binary output name or something similar in the project settings that supports adding a path to the name, for instance "Binary/myApplication"


Unless of course you are running 9.29 nightly build. Then you only have an option for "Unit Output Directory" in the Compiler Options/Paths section.

In 9.29 check "Project Options/Application/Output Settings/Target file name:"

This is one of those annoying things that KEEPS MOVING in Lazarus :(

- Jeremy