gnuc -> gcc, more abstraction in makefiles and extTools

This commit is contained in:
Norayr Chilingarian 2014-04-13 14:15:48 +04:00
parent cd69786833
commit 01664df2ee
79 changed files with 96 additions and 96 deletions

View file

@ -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