Support compilation on Vista
commit3067408c67ef14cbf306c0f30832c2bfd9f6465f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 3 Aug 2007 21:50:18 +0000 (3 22:50 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 3 Aug 2007 21:50:18 +0000 (3 22:50 +0100)
tree6dec4411ab0ccd728b38a4e6d443dd209723a3ec
parent4e4bb68a5508684343bc06f4b05c1aa34e0b00ec
Support compilation on Vista

Apparently, gcc was not compiled with USE_MINGW_ACCESS, or a similar
problem, as cc1.exe cannot be found there.  Work around it by
copying cc1.exe to mingw/bin/.

Noticed and fixed by Dmitry Kakurin.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
mingw/bin/cc1.exe [new file with mode: 0644]