Results 1 to 3 of 3

Thread: output directory for binaries?

  1. #1

    output directory for binaries?

    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.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2

    Re: output directory for binaries?

    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"
    Amnoxx

    Oh, and this code appears to be an approximate replacement for return(random() & 0x01);

    Phoenix Wiki
    http://www.phoenixlib.net/

    Phoenix Forum
    http://www.pascalgamedevelopment.com/viewforum.php?f=71

  3. #3

    Re: output directory for binaries?

    Quote Originally Posted by Andreaz
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •