mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 19:39:51 +00:00
4c84ec6689
svn path=/trunk/tools/RosBE/; revision=749 |
||
---|---|---|
.. | ||
packaging | ||
web | ||
.cvsignore | ||
args.c | ||
ccache-win32.sln | ||
ccache-win32.vcproj | ||
ccache.1 | ||
ccache.c | ||
ccache.h | ||
ccache.yo | ||
cleanup.c | ||
config.h | ||
config.h.in | ||
configure | ||
configure.in | ||
COPYING | ||
execute.c | ||
getopt.c | ||
getopt.h | ||
hash.c | ||
install-sh | ||
Makefile | ||
Makefile.in | ||
mdfour.c | ||
mdfour.h | ||
mkstemp.c | ||
README | ||
snprintf.c | ||
stats.c | ||
test.sh | ||
unify.c | ||
util.c | ||
win32-dirent.c | ||
win32-dirent.h |
This is a re-implementation of "compilercache" in C The original compilercache scripts were by Erik Thiele (erikyyy@erikyyy.de) and I would like to thank him for an excellent piece of work. See http://www.erikyyy.de/compilercache/ for the original shell scripts. I wrote ccache because I wanted to get a bit more speed out of a compiler cache and I wanted to remove some of the limitations of the shell-script version. Please see the manual page and documentation at http://ccache.samba.org/ INSTALLATION ------------ Please run: ./configure make make install then read the ccache manual page ----------- Andrew Tridgell http://samba.org/~tridge/ bugs@ccache.samba.org