[Lazarus] Search paths per platform
Zaher Dirkey
parmaja at gmail.com
Fri Sep 9 20:05:30 CEST 2011
On Fri, Sep 9, 2011 at 9:00 PM, Leonardo M. Ramé <l.rame at griensu.com> wrote:
> On 2011-09-09 14:45:40 -0300, Leonardo M. Ramé wrote:
> > On 2011-09-09 19:24:12 +0200, Graeme Geldenhuys wrote:
> > > On 9 September 2011 19:16, Leonardo M. Ramé wrote:
> > > > Hi, is there a way to setup unit search paths per platform?.
> > >
> > > I would imagine it is possible in Lazarus IDE. It sure is in MSEide,
> > > or even via the fpc.cfg file. So you have many choices in how to do
> > > it.
> > >
> > >
> > > --
> > > Regards,
> > > - Graeme -
> >
> > Great!, from now on, I'll use this method.
> >
>
> Well, too fast.
>
> The problem with this approach is that I also need to add the paths to
> Lazarus project options if I want to use ctrl+space to show class
> methods and properties.
>
>
I used also extrafpc.fpc
#IFDEF mycondition
#WRITE Compile for mycondition
-FuMypath
#ELSE
-FuMypath
#ENDIF
Zaher Dirkey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110909/d5516d7d/attachment-0003.html>
More information about the Lazarus
mailing list