From 07da0039d3f496871d746305fbbf76ee9bde9862 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 9 Nov 2019 15:01:15 -0500 Subject: Link with setargv or wsetargv with MSVC (fixes #224) For wildcard expansion to work properly with the msvc binary, it is necessary to link with setargv.obj or wsetargv.obj, depending on whether wmain is in use. --- manual/qpdf-manual.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index c332bedc..4a4863f7 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4685,6 +4685,13 @@ print "\n"; or odd pages from among the pages specified in the range. + + + Improve shell wildcard expansion behavior + (* and ?) of the + qpdf.exe as built my MSVC. + + -- cgit v1.2.3-54-g00ecf