in reply to Makefile.PL and *.exe.manifest

From some recent changes in Apache, it seems like a command such as
mt -manifest $(DLL).manifest -outputresource:$(DLL);2
for a dll $(DLL), or
mt -manifest $(EXE).manifest -outputresource:$(EXE);1
for an exe $(EXE) is needed after the link stage.