- In order, to compile the library, you have to include a dependencies file. By default, this file is already generated and included into a making process.
- But, if you've changed structure of source codes, or made other changes, which create new/delete old dependencies, you have to regenerate dependencies file (/src/shared/_dependencies.dep)
- You can do this simply with
make -f _makefile.deps
call. This command runs gcc in precompilation and dependencies generation mode. After this perl script links all generated *.d files into one _dependencies.dep
, and you can start your standard compilation process.
Colorer-take5 Library. Copyright © 1999-2006 Igor Russkih.
Generated at Fri Nov 24 17:13:14 2006 by doxygen 1.4.6.