Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        Makefile.am 
Added Files:
        selections.c 


Log Message:
Basic framework in place for using selections to update an etox. So far the
actual selecting based on index gets the correct bits. Need to investigate an
estyle issue for searching by coordinates.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 11 May 2002 18:06:32 -0000      1.10
+++ Makefile.am 23 Jul 2003 06:46:17 -0000      1.11
@@ -4,7 +4,7 @@
 CFLAGS                 =       -g -W -Wall -Wno-implicit
 INCLUDES               =       -I$(top_srcdir)/src @evas_cflags@ @ewd_cflags@ 
@estyle_cflags@ @ecore_cflags@ @edb_cflags@
 
-bin_PROGRAMS = etox_test
+bin_PROGRAMS = etox_test etox_selections
 
 etox_test_DEPENDENCIES = $(top_builddir)/src/libetox.la
 etox_test_SOURCES = \
@@ -16,3 +16,8 @@
 tests.h
 etox_test_LDFLAGS      =       -static
 etox_test_LDADD = $(top_builddir)/src/libetox.la @evas_libs@ @ewd_libs@ @estyle_libs@ 
@ecore_libs@ @edb_libs@
+
+etox_selections_DEPENDENCIES = $(top_builddir)/src/libetox.la
+etox_selections_SOURCES = selections.c 
+etox_selections_LDFLAGS        =       -static
+etox_selections_LDADD = $(top_builddir)/src/libetox.la @evas_libs@ @ewd_libs@ 
@estyle_libs@ @ecore_libs@ @edb_libs@




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to