[Lazarus] Recommended practices for Win / Linux development.

Donald Ziesig donald at ziesig.org
Thu Jan 11 16:25:24 CET 2018


On 01/11/2018 03:21 AM, Mattias Gaertner via Lazarus wrote:
> 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?

Shared Folders on Dropbox (for now).  GitHub later.
>> 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.

Got It.

How about Line Endings?

>
> Mattias

Thanks,

Don



More information about the Lazarus mailing list