On Sun, Jun 7, 2009 at 7:33 PM, hyperion@svn.reactos.org wrote:
+#include "../../pch.h"
Ditto for here.
+// TODO? attempt to support Microsoft tools on non-Windows? +#if !defined(WIN32)
+bool +MingwBackend::DetectMicrosoftCompiler ( std::string& ) +{
- return false;
+}
There are some crazy people that run cl under Wine. I know older versions such as the vctoolkit worked. I'm not sure about more recent revs. I'm happy to try to make time to look in to this at some point. It would be nice for us Linux and OS X users to be able to verify things from time to time with msvc without needing a fullblown vm.
Thanks