> I don't think that we currently have a clear documentation of > FLTK's usage of compiler, OS, and FLTK's own #define's. > > Should I (we) try to write such docs, and where would be a useful > place? Maybe in the OS-specific documentation chapter ? Or in the > developer section? > > ...
Excellent. This is definitely needed since there's a substantial number of #define variables around. I add FL_LIBRARY and FL_DOXYGEN to your list: FL_LIBRARY: is defined when compiling the FLTK library and is not defined when compiling application programs that use the library. FL_DOXYGEN: is defined when the Doxygen documentation is built, and is not defined when source files are compiled. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
