As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Should be simple to implement?
ccache.exe g++.exe %*
Quote from: dutchmega on December 29, 2006, 02:45:14 pmShould be simple to implement?Without changing a single line of C::B code, too: Simply create a batch file (e.g. "g++.bat") and put into it the following code:Codeccache.exe g++.exe %*...then setup the compiler executable from "g++.exe" to "g++.bat". That' should be it. ;-)With regards, Morten.