Can someone give me an example of how you use the virtual function:
CCustomAppWiz::CustomizeProject(IBuildProject *pProject)
to add a Compiler flag and a Linker flag to the project options?


As you may know, each project can internally store a set of compiler/linker options (like /Yu "StdAfx.h"). I'm creating a custom AppWizard and am trying to modify the new project's linker options.