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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest