Subversion Repositories Kolibri OS

Rev

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

Rev 9204 Rev 9207
Line 1... Line -...
1
KTCC=kos32-tcc
-
 
2
FASM= fasm
1
KTCC=kos32-tcc
3
KPACK = kpack
2
FASM= fasm
4
CFLAGS = -I../include -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
3
KPACK = kpack
5
LDFLAGS = -nostdlib -L../../bin/lib ../../bin/lib/crt0.o
4
CFLAGS = -I../include -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
6
 
5
LDFLAGS = -nostdlib -L../../bin/lib ../../bin/lib/crt0.o
Line 20... Line 19...
20
clayer/dialog.kex \
19
clayer/libimg.kex \
21
clayer/msgbox.kex \
20
clayer/dialog.kex \
22
clayer/boxlib.kex \
21
clayer/msgbox.kex \
23
thread_work.kex \
22
clayer/boxlib.kex \
24
sdltest.kex 
23
thread_work.kex \
25
 
24
sdltest.kex \
-
 
25
shell_test.kex
Line 26... Line 26...
26
LIBS= -lSDL -ltcc -lsound -ldialog -lrasterworks -limg -lbox -lmsgbox -lnetwork -lc.obj
26
 
Line 27... Line 27...
27
 
27
LIBS= -lSDL -lshell -ltcc -lsound -ldialog -lrasterworks -limg -lbox -lmsgbox -lnetwork -lc.obj
Line 28... Line 28...
28
all: $(BIN)
28
 
29
	
29
all: $(BIN)