mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
gnuc -> gcc, more abstraction in makefiles and extTools
This commit is contained in:
parent
cd69786833
commit
01664df2ee
79 changed files with 96 additions and 96 deletions
|
|
@ -8,7 +8,7 @@ VOC = $(SETPATH) /opt/voc/bin/voc
|
|||
all:
|
||||
$(VOC) -s Linie.Mod Minesweeper.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
|
||||
#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
|
||||
|
||||
clean:
|
||||
rm *.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue