[Lazarus] [BuildModes] When show options of package it show partial for the current project

patspiper patspiper at gmail.com
Tue Jun 11 16:24:44 CEST 2013


On 11/06/13 16:01, Zaher Dirkey wrote:
>
> On Tue, Jun 11, 2013 at 3:41 PM, Mattias Gaertner 
> <nc-gaertnma at netcologne.de <mailto:nc-gaertnma at netcologne.de>> wrote:
>
>     A project has build modes. A package has not. There is always only
>     one build
>     mode active and that effects the project and all packages.
>
>
> Yes, that sound good, but make me confused, because it is hide the 
> compile options for that package.
>
> Let me start from "Unit output directory (-FU)
> units\$(TargetCPU)-$(TargetOS)
>
>
> Now i will add new mode Debug, and rename Default to Release, in 
> release i will change path above to become (i added folder "release")
> units\release\$(TargetCPU)-$(TargetOS)

You can use for both:

units\$(BuildMode)\$(TargetCPU)-$(TargetOS)

Stephano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130611/47307f2a/attachment-0003.html>


More information about the Lazarus mailing list