www.digitalmars.com         C & C++   DMDScript  

c++ - ccache for digitalmarscompiler

I am trying to port ccache to be able to use it with DMC.  I think this may take
some of the work off of Walter's shoulder and allow developers another way to
get "faster" compiles.  I also want to be able to use it with the microsoft
compilers, but that is probably going to be much harder.  DMC has syntax more
similar to unix so it should be easier using this compiler.

but to be honest, I don't know if ccache with work with the DMC environment.
The code is pretty reasonable.  About 10 files, and only 3-4 files need a lot of
work, the rest are very portable C files.

If anyone wants to help goto http://ccache.samba.org/ and download the files and
start compiling.
Jul 17 2004