Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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.  
  9. CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include -I ../../../libwapcaplet/include/ -I ../../../libparserutils/include/
  10. include $(MENUETDEV)/makefiles/Makefile_for_o_lib
  11.