Click to See Complete Forum and Search --> : Custom Build Under Visual Studio 6.0


MCRoberts
April 15th, 2004, 08:36 AM
Hi:

I have this program that automatically updates a header file containing version string data. I want it to run every single time I do a build of my MFC project. It MUST be the FIRST STEP in the build. I want it to update the header file, causing the source file that includes it to be rebuilt due to it's dependency.

I have looked at the custom build options for a project and I cannot see any way to make this happen. I thought this would be a relatively simple thing but there doesn't appear to be any way to do it.

Am I wrong? Have I missed something? :confused:

Thank you in advance for your help.
Mark