[Interest] How to keep the response files?

Thiago Macieira thiago.macieira at intel.com
Mon Sep 2 17:23:25 CEST 2013


On segunda-feira, 2 de setembro de 2013 13:42:08, Gisle Vanem wrote:
> Is it possible to tell qmake to generate a "KEEP" inside the Nmake
> generated makefiles? Some times I need to see what's been feed to
> the compiler and linker. Like so:
> 
> $(DESTDIR_TARGET):  $(OBJECTS) .
>   $(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<<
>    $(OBJECTS) $(LIBS)
> << KEEP
> 
> Alternatively, is it possible to not use @resp-files? But rather
> show the complete cmd-line as nmake progresses.

Jom's -U option prints the response file as it runs.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130902/8a4d0070/attachment.sig>


More information about the Interest mailing list