Subversion Repositories Kolibri OS

Rev

Rev 8102 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8102 Rev 8367
Line 1... Line -...
1
# gcc not kos32-gcc
-
 
2
all:
1
all:
3
	gcc -c -O2 -nostdinc -nostdlib -m32 -march=i686 -fomit-frame-pointer -fno-builtin -fno-builtin-printf gb.c
2
	../../bin/kos32-tcc -c gb.c -I ../../libc/include
4
	ar -rcs libgb.a gb.o
3
	ar -rcs libgb.a gb.o
5
clean:
4
clean:
6
	rm -f *.o
5
	rm -f *.o
7
	rm -f *.a
6
	rm -f *.a
8
install:
7
install: