Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
OBJS := event.o dispatch.o event_target.o document_event.o \
2
		custom_event.o keyboard_event.o mouse_wheel_event.o \
3
		text_event.o event_listener.o mouse_event.o mutation_event.o \
4
		ui_event.o mouse_multi_wheel_event.o  mutation_name_event.o
5
 
6
 
7
OUTFILE = libo.o
8
 
4821 ashmew2 9
CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include -I ../../../libwapcaplet/include/ -I ../../../libparserutils/include/
3584 sourcerer 10
include $(MENUETDEV)/makefiles/Makefile_for_o_lib