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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to