Make deps=msvc experimentally available on non-Windows.
authorNico Weber <nicolasweber@gmx.de>
Fri, 12 Jun 2015 06:53:32 +0000 (23:53 -0700)
committerNico Weber <thakis@chromium.org>
Wed, 6 Apr 2016 01:08:32 +0000 (21:08 -0400)
commit3a889126247d31d637c7470554be12f7c1df2ffa
tree9b66b601fc2b0296f3d1ac95aee6a20c176c0568
parentaea5a4d41ff626f46a06a245f54f1175712470f8
Make deps=msvc experimentally available on non-Windows.

This makes it possible to run most of the clparser tests on non-Windows,
and is potentially useful for cross-compiling on non-Windows hosts.
Also, the manual didn't document this as Windows-only previously.

If you use this on non-Windows, please let me know, else I might undo
this change again in the future.
configure.py
src/build.cc
src/clparser.cc [new file with mode: 0644]
src/clparser.h [new file with mode: 0644]
src/clparser_test.cc [new file with mode: 0644]
src/msvc_helper-win32.cc
src/msvc_helper.h
src/msvc_helper_main-win32.cc
src/msvc_helper_test.cc