added two more examples Tron and Vier

Former-commit-id: 5356b94f89
This commit is contained in:
Norayr Chilingarian 2014-02-03 18:12:15 +04:00
parent 35d58d04c4
commit 6939e38e29
7 changed files with 1741 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#for old systems like RHEL4 use
#CFLAGS=-L/usr/X11R6/lib -lX11
CFLAGS=-lX11
export CFLAGS
VOC = $(SETPATH) /opt/voc/bin/voc
all:
$(VOC) Tron.Mod -m
#$(VOC) -Cm test.Mod
#gcc -o test test.o -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64 -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib -lX11
clean:
rm *.c
rm *.o
rm *.h
rm *.sym