Personal tools
User menu

Difference between revisions of "Buildrev"

From Francois Louw

Jump to: navigation, search
Line 1: Line 1:
[http://aeif.info/files/buildrev/BuildRevision20121120.zip Download Windows executable with source] built with MinGW
+
[http://aeif.info/files/buildrev/BuildRevision20121120.zip Download Windows executable with source]
  
 
This application is quite handy and small. It is coded in simple C. Every time it runs it reads the given header file and increments the number.
 
This application is quite handy and small. It is coded in simple C. Every time it runs it reads the given header file and increments the number.
Line 56: Line 56:
 
} else
 
} else
 
{
 
{
printf("Build file not found, creating default");
+
printf("Build file not found, creating default\n");
 
strcpy(d, "#define");
 
strcpy(d, "#define");
 
strcpy(b, "BUILD");
 
strcpy(b, "BUILD");
Line 80: Line 80:
  
 
The code is pretty straightforward and does not need much explanation.
 
The code is pretty straightforward and does not need much explanation.
 +
 +
Please read [[Francois_Louw:Copyrights|here]] for more information on copyrights of my projects.

Revision as of 17:53, 20 November 2012