Click to See Complete Forum and Search --> : Command Line Builds with VC++


May 4th, 1999, 11:02 AM
We build several VC++ (5.0) DLL's from the command line via a master makefile. We are trying to find a way to change the FileVersion element in the RC file. We were able to hand edit the RC file and set the FileVersion to an Environement variable. However, the problem is that when someone edits the Version resource from the IDE, this change is overwritten.

Is there a method for changing this at build time?