Revision 4553f9de23f8d451bf801b566247bf987570626a authored by Johannes Schindelin on 29 July 2019, 20:08:11 UTC, committed by Junio C Hamano on 29 July 2019, 21:51:43 UTC
With the recent changes to allow building with MSVC=1, we now pass the
/OPT:REF option to the compiler. This confuses the parser that wants to
turn the output of a dry run into project definitions for QMake and Visual
Studio:

	Unhandled link option @ line 213: /OPT:REF at [...]

Let's just extend the code that passes through options that start with a
dash, so that it passes through options that start with a slash, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6e50021
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.5 KB
TEAMS -rw-r--r-- 2.3 KB
bg.po -rw-r--r-- 872.1 KB
ca.po -rw-r--r-- 618.3 KB
de.po -rw-r--r-- 679.6 KB
el.po -rw-r--r-- 524.1 KB
es.po -rw-r--r-- 665.9 KB
fr.po -rw-r--r-- 680.1 KB
git.pot -rw-r--r-- 431.9 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 645.8 KB
ko.po -rw-r--r-- 557.6 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 673.0 KB
sv.po -rw-r--r-- 690.3 KB
vi.po -rw-r--r-- 763.6 KB
zh_CN.po -rw-r--r-- 629.7 KB

README

back to top