[XForms] Getting rid of generated files

Angus Leeming angus.leeming at btopenworld.com
Thu Nov 27 17:24:19 EST 2003


On Thursday 27 November 2003 9:24 pm, Angus Leeming wrote:
> To subscribers of the xforms list

> Indeed, almost all of the .[ch] files in demos/fd can be removed
> in the same manner. The only ones that must remain are 
> fd/ibrowser_gui.[ch] and fd/is_gui.[ch] because the .c files depend
> on enum values defined in image/flimage.h. Eg FL_IMAGE_MONO.
> Fdesign does not have the ability currently to #include user-specifed files.

Actually, it transpires that I can remove these files too. The trick is to 
ensure that fd/ibrowser_gui.c is not compiled on its own, but rather that it 
is #included by ibrowser.c. (This trick was much-used in the demos dir; I 
have retained it only for the compilation of ibrowser.c and itest.c.)

Angus






More information about the Xforms mailing list