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
araxis -rw-r--r-- 358 bytes
bc -rw-r--r-- 367 bytes
bc3 -rw-r--r-- 24 bytes
codecompare -rw-r--r-- 353 bytes
deltawalker -rw-r--r-- 663 bytes
diffmerge -rw-r--r-- 309 bytes
diffuse -rw-r--r-- 248 bytes
ecmerge -rw-r--r-- 306 bytes
emerge -rw-r--r-- 438 bytes
examdiff -rw-r--r-- 336 bytes
guiffy -rw-r--r-- 263 bytes
gvimdiff -rw-r--r-- 29 bytes
gvimdiff2 -rw-r--r-- 29 bytes
gvimdiff3 -rw-r--r-- 29 bytes
kdiff3 -rw-r--r-- 522 bytes
kompare -rw-r--r-- 117 bytes
meld -rw-r--r-- 843 bytes
opendiff -rw-r--r-- 267 bytes
p4merge -rw-r--r-- 617 bytes
smerge -rw-r--r-- 264 bytes
tkdiff -rw-r--r-- 258 bytes
tortoisemerge -rw-r--r-- 602 bytes
vimdiff -rw-r--r-- 890 bytes
vimdiff2 -rw-r--r-- 29 bytes
vimdiff3 -rw-r--r-- 29 bytes
winmerge -rw-r--r-- 361 bytes
xxdiff -rw-r--r-- 584 bytes

back to top