tNew Unicode support module added. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 50e8cc9f6d0674f833252d3c0d15512bf878d797
(DIR) parent e90711a30e2931d2b664af9d119380f8169db207
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Thu, 22 Aug 2002 13:41:36 +0000
New Unicode support module added.
Diffstat:
M src/gtkport/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/gtkport/Makefile.am b/src/gtkport/Makefile.am
t@@ -1,4 +1,5 @@
noinst_LIBRARIES = libgtkport.a
-libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c clist.h gtkenums.h
+libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c clist.h gtkenums.h \
+ unicodewrap.c unicodewrap.h
INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ @GLIB_CFLAGS@
DEFS = @DEFS@