View Single Post
Re: visual C++ 6.0 metamod compile question
Old
  (#8)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: visual C++ 6.0 metamod compile question - 01-03-2004

You can hack the .rc file directly.
VC doesn't load it until you open it in the resource editor.
So you could write a script that opens it, writes out the new version when your project is opened.

I saw an example on how to implement an auto build version incrementor at either
http://www.devguru.com
or
http://www.codeguru.com
a long time ago..

Last edited by Austin; 01-03-2004 at 10:47..
  
Reply With Quote