Custom Build for Empty Project?
-
I have an empty Visual C++ 6.0 project that I use to build a bunch of projects (by setting them as dependant projects). But before I start building I want to update the build numbers in the resource files of these projects. I created a little app. for this, but I can't seem to find a way to kick it off, because my empty project does not have a custum build step. Anyone got a clue on how to do this?
-
I have an empty Visual C++ 6.0 project that I use to build a bunch of projects (by setting them as dependant projects). But before I start building I want to update the build numbers in the resource files of these projects. I created a little app. for this, but I can't seem to find a way to kick it off, because my empty project does not have a custum build step. Anyone got a clue on how to do this?
Did you look at this [^] article here at CP? onwards and upwards...
-
Did you look at this [^] article here at CP? onwards and upwards...
I just saw it and that is not exactly what I need: I want to increment the file and product version numbers and also have to do some version control stuff before I do this. I just need to know how I can a Custom Build option/tab to an empty project. Anyone got a clue on how to do this ?