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
tr2_cfg.c -rw-r--r-- 2.0 KB
tr2_cfg.h -rw-r--r-- 468 bytes
tr2_cmd_name.c -rw-r--r-- 728 bytes
tr2_cmd_name.h -rw-r--r-- 660 bytes
tr2_dst.c -rw-r--r-- 7.1 KB
tr2_dst.h -rw-r--r-- 823 bytes
tr2_sid.c -rw-r--r-- 2.9 KB
tr2_sid.h -rw-r--r-- 362 bytes
tr2_sysenv.c -rw-r--r-- 3.5 KB
tr2_sysenv.h -rw-r--r-- 810 bytes
tr2_tbuf.c -rw-r--r-- 1.0 KB
tr2_tbuf.h -rw-r--r-- 509 bytes
tr2_tgt.h -rw-r--r-- 5.2 KB
tr2_tgt_event.c -rw-r--r-- 16.2 KB
tr2_tgt_normal.c -rw-r--r-- 8.2 KB
tr2_tgt_perf.c -rw-r--r-- 14.3 KB
tr2_tls.c -rw-r--r-- 4.0 KB
tr2_tls.h -rw-r--r-- 2.3 KB

back to top