Subversion Repositories Kolibri OS

Rev

Rev 9620 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9620 Rev 9725
Line 1... Line 1...
1
KTCC = kos32-tcc
1
KTCC = kos32-tcc
2
FASM = 	fasm
2
FASM = 	fasm
3
KPACK = kpack
3
KPACK = kpack
Line 4... Line 4...
4
 
4
 
5
CFLAGS = -I../include -B../../kx -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
5
CFLAGS = -I../include -B../../bin -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
Line 6... Line 6...
6
LIBS   = -lbox_lib -lshell -lSDL -lsound -lnetwork -lrasterworks -limg -ldialog -lmsgbox
6
LIBS   = -lbox_lib -lshell -lSDL -lsound -lnetwork -lrasterworks -limg -ldialog -lmsgbox
7
 
7
 
8
BIN =   stdio_test.kex \
8
BIN =   stdio_test.kex \
Line 22... Line 22...
22
	clayer/boxlib.kex \
22
	clayer/boxlib.kex \
23
	thread_work.kex \
23
	thread_work.kex \
24
	sdltest.kex \
24
	sdltest.kex \
25
	shell_test.kex \
25
	shell_test.kex \
26
	libc_test.kex \
26
	libc_test.kex \
-
 
27
	pipe.kex \
27
	defgen.kex
28
	defgen.kex
Line 28... Line 29...
28
	
29
	
Line 29... Line 30...
29
all: $(BIN)
30
all: $(BIN)