Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9867 → Rev 9866

/programs/develop/ktcc/trunk/libc.obj/samples/futex.c
File deleted
/programs/develop/ktcc/trunk/libc.obj/samples/Makefile
5,8 → 5,7
CFLAGS = -I../include -B../../bin -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
LIBS = -lbox_lib -lshell -lSDL -lsound -lnetwork -lrasterworks -limg -ldialog -lmsgbox
 
BIN = \
stdio_test.kex \
BIN = stdio_test.kex \
basic_gui.kex \
http_tcp_demo.kex \
math_test.kex \
26,8 → 25,7
shell_test.kex \
libc_test.kex \
pipe.kex \
defgen.kex \
futex.kex
defgen.kex
all: $(BIN)
/programs/develop/ktcc/trunk/libc.obj/samples/build_all.sh
22,6 → 22,5
../tcc libc_test.c -o /tmp0/1/tcc_samples/libc_test
../tcc defgen.c -o /tmp0/1/tcc_samples/defgen
../tcc pipe.c -o /tmp0/1/tcc_samples/pipe
../tcc futex.c -o /tmp0/1/tcc_samples/futex
"/sys/File managers/Eolite" /tmp0/1/tcc_samples
exit