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 "Console.h"
@ -198,7 +198,7 @@ BOOLEAN OPM_OpenPar (void)
if (Platform_ArgCount == 1) {
OPM_LogWLn();
OPM_LogWStr((CHAR*)"Vishap Oberon-2 compiler v", (LONGINT)27);
OPM_LogWStr((CHAR*)"1.2 [2016/06/15] for gcc LP64 on cygwin", (LONGINT)40);
OPM_LogWStr((CHAR*)"1.95 [2016/06/30] for gcc LP64 on cygwin", (LONGINT)41);
OPM_LogW('.');
OPM_LogWLn();
OPM_LogWStr((CHAR*)"Based on Ofront by Software Templ OEG, continued by Norayr Chilingarian and others.", (LONGINT)84);