Eric Covener wrote:
> For debugging a windows build, is there a simple change to the Apache
> build/workspace that will print all the cl.exe/link.exe invocations?
> 
> FWIW I'm using VC6 and my build is kicked off as below:
> 
> msdev apache.dsw /MAKE "BuildBin Win32 Release"
> 
> I see that sometimes while poking around in individual DSP files,
> these odd ".plg" files are generated but not when I do the full build

.plg are associated with a workspace not a project.

For what it's worth, you might be interested in running

nmake -f Makefile.win _apacher > full.log 2>&1

to see the complete compilation.

Reply via email to