Update of /cvsroot/pclasses/pclasses2/src/Unicode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13065
Modified Files:
Makefile.toc
Log Message:
added unicodedata.cpp
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.toc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.toc 15 Jan 2005 23:08:45 -0000 1.9
+++ Makefile.toc 15 Jan 2005 23:16:38 -0000 1.10
@@ -12,7 +12,8 @@
SOURCES = Char.cpp \
String.cpp \
- TextStream.cpp
+ TextStream.cpp \
+ unicodedata.cpp
HEADERS = unicodedata.h
@@ -26,7 +27,8 @@
OBJECTS = Char.o \
String.o \
- TextStream.o
+ TextStream.o \
+ unicodedata.o
$(OBJECTS): $(SOURCES_UNICODE_GEN)
|