Personal tools
User menu

Difference between revisions of "Buildrev"

From Francois Louw

Jump to: navigation, search
Line 6: Line 6:
  
 
Usage of the program is  
 
Usage of the program is  
<code lang="dos">buildrev build.h</source>
+
<source lang="dos">
 +
buildrev build.h
 +
</source>
  
 
The format for the header file is as follows:
 
The format for the header file is as follows:
Line 14: Line 16:
  
 
The #define and the BUILD is not important and can be changed to  
 
The #define and the BUILD is not important and can be changed to  
<source lang="c">int build= 1</source>
+
<source lang="c">
 +
int build= 1
 +
</source>
  
 
'''The code looks for the third field (separated by space) and increases that value.'''
 
'''The code looks for the third field (separated by space) and increases that value.'''

Revision as of 17:42, 20 November 2012