Subversion Repositories Kolibri OS

Rev

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

Rev 8215 Rev 9172
Line 12... Line 12...
12
default: fire
12
default: fire
Line 13... Line 13...
13
 
13
 
14
fire: $(OBJECTS) Makefile
14
fire: $(OBJECTS) Makefile
15
	$(CC) $(CFLAGS) $(INCLUDES) -o sdltest.o sdltest.c
15
	$(CC) $(CFLAGS) $(INCLUDES) -o sdltest.o sdltest.c
16
	$(CC) $(CFLAGS) $(INCLUDES) -o testbitmap.o testbitmap.c
16
	$(CC) $(CFLAGS) $(INCLUDES) -o testbitmap.o testbitmap.c
17
	$(LD) $(LDFLAGS) $(LIBPATH) --subsystem native -o sdltest sdltest.o -lgcc -lSDL -lc.dll -lc -lsound
17
	$(LD) $(LDFLAGS) $(LIBPATH) --subsystem native -o sdltest sdltest.o -lgcc -lSDLn -lc.dll -lsound
18
	$(LD) $(LDFLAGS) $(LIBPATH) --subsystem native -o testbitmap testbitmap.o -lgcc -lSDL -lc.dll -lc -lsound
18
	$(LD) $(LDFLAGS) $(LIBPATH) --subsystem native -o testbitmap testbitmap.o -lgcc -lSDLn -lc.dll -lsound
19
	kos32-strip -s sdltest -o sdltest
19
	kos32-strip -s sdltest -o sdltest
20
	kos32-strip -s testbitmap -o testbitmap
20
	kos32-strip -s testbitmap -o testbitmap
21
	objcopy testbitmap -O binary
21
	objcopy testbitmap -O binary
22
	objcopy sdltest -O binary
22
	objcopy sdltest -O binary