Forum Discussion
Altera_Forum
Honored Contributor
20 years agoSoftware Config Control
Hi all, I'm wanting to keep track of software builds. What I do on other platforms, is run an executable that increments a number stored in a file called version.h. Thus the executable read...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by keijo@Jun 1 2006, 07:45 AM select project/properties from menu (or by right clicking your your project). in the properties select builders and add a new builder before "altera generated makefile builder'". you can specify any command you like and your command is executed at every build before altera makefile.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15740)
--- quote end ---
--- Quote End --- Thanx keijo, It seems to work great. Only thing is that when I rebuild it seems like the .EXE is runs twice as my version number increments by 2 everytime. It's not critical though, as long as I have something for now! Cheers, Tyrone