Andrew Waldrum wrote:
> Is there a way to get Fluid to write to a directory other than the one
> with the .fl file?
> I am writing a multi screen UI and would like to be able to writet to
> ../src/ and ../include/ the .cxx and .h files respectively. I am using
> 1.3.0rc3.
From the fluid "Shell" menu, you can use the 'Execute Command'
to run commands that do whatever you want, including copy or moving
the files around.
I like to have the shell command always just invoke 'make build',
and have the Makefile handle all the details of massaging the
.cxx files, building the app, and if successful, automatically
running the app.
Alt-G is a handy shortcut for this.
Note when you invoke this shortcut, it can be set up to:
a) save your .fl file, b) your .cxx and .h files, and c) run your
build command in that order.
So for sure the .cxx / .h files will be valid by the time
your command runs.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk