[Glade-users] practical question: apps locating glade file

Neil Zanella Neil Zanella <nzanella@gmail.com>
Sat, 11 Dec 2004 00:20:02 -0700


Well, I ended up using the maintainer mode solution.
Thanks to XML, I don't have to compile anything, so my compile time is short:
My app reads any generic code from the XML file at runtime. Thanks to
the technique known as code refactoring!

Regards,

Neil

On Sat, 11 Dec 2004 10:26:44 +0800, Ivan Wong <email@ivanwong.info> wrote:
> 
> > Well, what about users who do a make and want to run the app prior to
> > make install. Isn't that the whole point of this option?
> Have you looked at my src/Makefile.am and src/test-galeon, they allow
> the users to run the app prior to `make install` by `make check`?
> 
> /* begin - src/Makefile.am */
> 
> ...
> ...
> TESTS = test-galeon
> ...
> ...
> 
> /* end - src/Makefile.am */
> 
> /* begin src/test-galeon */
> 
> #!/bin/sh
> 
> galeon --gladedir="$srcdir/../ui"
> 
> /* end src/test-galeon */
> 
> Cheers,
> Ivan Wong.
> 
> 
> _______________________________________________
> Glade-users maillist  -  Glade-users@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>