Changeset 4661
- Timestamp:
- 09/22/08 08:54:38 (5 years ago)
- Location:
- trunk/src/host/pye17
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
evas/Makefile (modified) (1 diff)
-
evas/evas.override (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/pye17/Makefile
r4659 r4661 20 20 21 21 22 e_bindings = evas edje 22 e_bindings = evas 23 24 ### ToDo ### 25 # ecore 26 # eet ? embryo ? 27 # edje 28 23 29 24 30 e_bindings_mk = $(e_bindings:=.mk) -
trunk/src/host/pye17/evas/Makefile
r4660 r4661 2 2 EVAS_PATH=$(E_PATH)/evas/src/lib 3 3 4 CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -I/usr/include/python2.5 -I/usr/include/pygtk-2.0/ -I$(EVAS_PATH) -I. 4 CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -I/usr/include/python2.5 -I/usr/include/pygtk-2.0/ -I$(EVAS_PATH) -I. -g 5 LDFLAGS = -levas -L$(EVAS_PATH)/.libs/libevas.so -lglib-2.0 5 6 6 7 .PHONY: all clean evas.so -
trunk/src/host/pye17/evas/evas.override
r4658 r4661 5 5 #include <Evas.h> 6 6 %% 7 modulename evas 7 modulename evas 8 8 %% 9 import gtk.Plug as PyGtkPlug_Type 9 import gtk.Plug as PyGtkPlug_Type 10 10 %% 11 11 ignore-glob 12 *_get_type 12 *_get_type 13 13 %% 14 override evas_stringshare_init kwargs 15 static PyObject * 16 _wrap_evas_stringshare_init(PyObject *self) 17 { 18 /* Evas_Data.h - not implemented yet */ 19 } 20 %% 21 override evas_stringshare_shutdown kwargs 22 static PyObject * 23 _wrap_evas_stringshare_shutdown(PyObject *self) 24 { 25 /* Evas_Data.h - not implemented yet */ 26 }
Note: See TracChangeset
for help on using the changeset viewer.
