Initial checksum support in build.

This commit is contained in:
David Brown 2016-06-30 18:36:17 +01:00
parent d24d436808
commit d97668a209
198 changed files with 233 additions and 212 deletions

View file

@ -1,4 +1,4 @@
/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
/* voc 1.95 [2016/06/30] for gcc LP64 on cygwin xtspkaSfF */
#include "SYSTEM.h"
#include "Configuration.h"
#include "OPM.h"
@ -1241,7 +1241,7 @@ static void OPC_GenHeaderMsg (void)
OPM_WriteString((CHAR*)"/*", (LONGINT)3);
OPM_WriteString((CHAR*)" voc ", (LONGINT)6);
OPM_Write(' ');
OPM_WriteString((CHAR*)"1.2 [2016/06/15] for gcc LP64 on cygwin", (LONGINT)40);
OPM_WriteString((CHAR*)"1.95 [2016/06/30] for gcc LP64 on cygwin", (LONGINT)41);
OPM_Write(' ');
i = 0;
while (i <= 31) {