On Sun, Jun 7, 2009 at 7:33 PM, <hyperion(a)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
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo