fixed games with compatIn module

Former-commit-id: 5f508b16bb
This commit is contained in:
Norayr Chilingarian 2014-05-30 10:19:32 +04:00
parent 2462b4b55f
commit 011aedbab1
12 changed files with 209 additions and 7 deletions

View file

@ -10,6 +10,8 @@ all:
clean:
rm *.o
rm *.c
rm *.h
rm *.sym
install:
cp vmake /opt/voc/bin/

View file

@ -11,7 +11,7 @@ Make.Order {filename} ~
(* taken from trianus system source ; -- noch *)
MODULE vmake; (*HM 94-06-22 / *)
IMPORT Texts := CmdlnTexts, In := compatIn, Out := Console;
IMPORT Texts, In := compatIn, Out := Console;
TYPE
ModuleName = ARRAY 64 OF CHAR;