Re: using gtkada

Arnaud Charlet <[email protected]> Fri, 4 Feb 2005 11:25:46 +0100
Newsgroups gmane.comp.ide.gps.user
Message-ID <[email protected]>
> I try to make a project using gtk-ada, but I don't know how I can 
> integrate the `gtkada-config` switch into the project file. I would like 
> to keep the command, not the result,  since the project is used on 
> different systems.

Note that this is not really related to gps. Somewhat related to gtkada,
but not much either.

The usual way to deal with this is to have a "configure" step before
building your project that will take care of this kind of initialization,
and e.g. generate project files based on the current build configuration.

See e.g. gnu autoconf documentation and mailing lists for more info on
one way of achieving this.

Arno