Update of /cvsroot/pclasses/pclasses2/src/Unicode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31236
Modified Files:
Makefile.toc
Log Message:
added u{ctype,string}.cpp
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.toc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.toc 15 Jan 2005 23:16:38 -0000 1.10
+++ Makefile.toc 16 Jan 2005 00:29:50 -0000 1.11
@@ -13,7 +13,9 @@
SOURCES = Char.cpp \
String.cpp \
TextStream.cpp \
- unicodedata.cpp
+ uctype.cpp \
+ unicodedata.cpp \
+ ustring.cpp
HEADERS = unicodedata.h
@@ -25,10 +27,7 @@
# INSTALL_HEADERS_DEST = $(INSTALL_HEADERS_DEST_BASE)/Unicode
########################################################################
-OBJECTS = Char.o \
- String.o \
- TextStream.o \
- unicodedata.o
+OBJECTS = $(patsubst %.cpp,%.o,$(SOURCES))
$(OBJECTS): $(SOURCES_UNICODE_GEN)
|