Recent

Author Topic: *.ppu and *.o output locations  (Read 6219 times)

Anonymous

  • Guest
*.ppu and *.o output locations
« on: February 21, 2006, 04:35:00 pm »
Hi,

How can I configure the IDE so that ppu and o files are located in the same directory as their pas files, instead of being scattered around with every project using the pas file?

mattias

  • Administrator
  • Full Member
  • *
  • Posts: 184
    • http://www.lazarus.freepascal.org
RE: *.ppu and *.o output locations
« Reply #1 on: February 21, 2006, 05:11:27 pm »
The only way is to change the output directory of every project.
But this not recommended, because it easily creates strange errors. For example, the compiler and the IDE can't find units.
This is because projects can only depend on packages, and not on other projects.

 

TinyPortal © 2005-2018