[Interest] How to keep the response files?

Gisle Vanem gvanem at broadpark.no
Mon Sep 2 13:42:08 CEST 2013


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.

--gv



More information about the Interest mailing list