Jan Dubois wrote: > On Fri, 19 Dec 2008, Steve Hay wrote: >> Jan Dubois wrote: >>> I don't think it is feasible to detect static vs. dynamic linking by >>> analyzing all the compile and link options. It would be much easier >>> to only invoke the `mt` command if the compile step actually >>> generated a manifest: >>> >>> if exist $@.manifest mt -nologo -manifest $@.manifest ... >>> if exist $@.manifest del $@.manifest >>> >> >> Thanks, applied as 4adc95e616bac7eea015e9e47e439b063c1132d5. > > On second thoughts I think we should also remove the compiler check > and emit this code now unconditionally. It will be a no-op if you use > a compiler that doesn't generate a manifest. > Thanks, applied as http://perl5.git.perl.org/perl.git/commit/200cbd6Thread Previous | Thread Next