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-- 6 bytes
bg.po -rw-r--r-- 35.3 KB
ca.po -rw-r--r-- 28.6 KB
de.po -rw-r--r-- 28.8 KB
es.po -rw-r--r-- 26.5 KB
fr.po -rw-r--r-- 29.5 KB
hu.po -rw-r--r-- 28.6 KB
it.po -rw-r--r-- 28.2 KB
ja.po -rw-r--r-- 29.9 KB
po2msg.sh -rwxr-xr-x 2.6 KB
pt_br.po -rw-r--r-- 27.8 KB
pt_pt.po -rw-r--r-- 27.9 KB
ru.po -rw-r--r-- 35.2 KB
sv.po -rw-r--r-- 28.2 KB
vi.po -rw-r--r-- 30.4 KB

back to top