>Perhaps your amalgamation tool should add > > #ifdef __FOO_C__ > ... contents of file `foo.c' > #endif > >to all files, and a special header file (based on `modules.cfg' and >ftmodule.h) can then control the parts which are really compiled.
Oh! That's easily done. The amalgamation for FreeType includes a special header and source file template that has the #include lines for all sources. Adding #ifdef lines to that file is trivial. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
