> I'm still trying to figure out how to exclude modules from the libraries
> compiled by freetype. I tried directly editing
> include/freetype/config/ftmodule.h, but ftwinfnt.(lo|o) was still
> getting created and linked in.
The make program reads the `rules.mk' and `mudule.mk' files using
wildcards. This means that you have to rename or remove all `.mk'
files in the various subdirectories you don't want to compile.
> The only way I could get things to work the way I thought they
> should work is to delete the winfonts directory in src.
This is another option.
Werner
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype