[Lazarus] Recommended practices for Win / Linux development.

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Jan 11 09:21:55 CET 2018


On Wed, 10 Jan 2018 19:16:25 -0500
Donald Ziesig via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

> Hi Everyone!
> 
> A long time ago, I tried to develop common software for Windows and 
> Linux.  I remember having problems keeping the object files, etc, 
> separated so that the two versions of Lazarus would re-compile the 
> appropriate files.  I have been working almost exclusively on Linux 
> since then, but now I need to use both with shared source code files.

Shared by svn/git or shared on disk/network share?

 
> Are there any recommended practices for setting up Lazarus and various 
> directories that would make this easier?

By default Lazarus projects use 
lib/$(TargetCPU)-$(TargetOS)
as unit output directory.

Mattias


More information about the Lazarus mailing list