From: Nicholas N. <nj...@ca...> - 2003-04-16 20:11:02
|
On Wed, 16 Apr 2003, Philippe Elie wrote: > > This works, but it would be better if the GDB variable was put into a .h > > file, so it's available everywhere -- that's better than having to feed it > > in to every file that needs it with -D. This could be done by introducing > > eg. vg_skin.h.in, but that would be a pain, especially just for one > > variable. > > Yes, it's a better way but the trivial: [snip] > Not very elegant but the only way I found Hmm, pretty ugly... if that's the only way to do it, I can live with passing in the option using -D :) Thanks very much. N |