fixed ooc.C typesizes and made X11 examples compile.

This commit is contained in:
Norayr Chilingarian 2020-03-29 20:40:36 +04:00
parent 63008f6d30
commit ff87e23780
11 changed files with 39 additions and 36 deletions

View file

@ -3,11 +3,12 @@
CFLAGS=-lX11
export CFLAGS
MOD = MODULES="../../../lib/oocX11"
MODX11="../../../library/oocX11"
VOC = $(MOD) /opt/voc/bin/voc
all:
$(VOC) -s oocX11.Mod oocXutil.Mod oocXYplane.Mod compatIn.Mod Ausgabe.Mod Vier.Mod -m
$(VOC) -s $(MODX11)/oocX11.Mod $(MODX11)/oocXutil.Mod $(MODX11)/oocXYplane.Mod compatIn.Mod Ausgabe.Mod Vier.Mod -m
#$(VOC) -Cm test.Mod
#gcc -o test test.o -fPIC -g -I /opt/voc-1.0/src/lib/system/gcc/x86_64 -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib -lX11