Re: help with include and library files in GPS
- From: Simon Wright <simon@xxxxxxxxxxxx>
- Date: Fri, 24 Feb 2006 15:39:59 +0000
Ludovic Brenta <ludovic@xxxxxxxxxxxxxxxxxx> writes:
In your project file, reference the exact location of libgtkada.a,
like so:
with "/usr/share/ada/adainclude/gtkada.gpr";
project Blah is
...
package Linker is
for Default_Switches ("Ada") use ("/usr/lib/libgtkada.a");
end Linker;
end Blah;
(a) the environment variable ADA_PROJECT_PATH tells where to find .gpr
files
(b) you could make your gtkada.gpr define a symbol for the library
path,
GTKADALIB := ("/usr/lib/libgtkada.a");
and then
for Default_Switches ("Ada") use gtkada.GTKADALIB;
.
- Follow-Ups:
- Re: help with include and library files in GPS
- From: Ludovic Brenta
- Re: help with include and library files in GPS
- References:
- help with include and library files in GPS
- From: new
- Re: help with include and library files in GPS
- From: Martin Krischik
- Re: help with include and library files in GPS
- From: new
- Re: help with include and library files in GPS
- From: Ludovic Brenta
- help with include and library files in GPS
- Prev by Date: Re: GNAT GPL compile problems
- Next by Date: Re: help with include and library files in GPS
- Previous by thread: Re: help with include and library files in GPS
- Next by thread: Re: help with include and library files in GPS
- Index(es):