mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
ulmIntOperatins ported.
x11 modules moved to separate directory and won't be compiled by
default.
x11 test cases updated.
-- noch
Former-commit-id: 797ea84f14
This commit is contained in:
parent
6dee99947d
commit
930101bc00
22 changed files with 395 additions and 52 deletions
|
|
@ -3,9 +3,11 @@
|
|||
CFLAGS=-lX11
|
||||
export CFLAGS
|
||||
|
||||
VOC = $(SETPATH) /opt/voc/bin/voc
|
||||
MOD = MODULES="../../../lib/oocX11"
|
||||
VOC = $(MOD) /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -s oocX11.Mod oocXutil.Mod oocXYplane.Mod
|
||||
$(VOC) -s 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue