From: stephan b. <sg...@us...> - 2004-12-29 20:11:59
|
Update of /cvsroot/pclasses/pclasses2/src/Unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17094/src/Unicode Modified Files: Makefile.toc Log Message: Mass commit: lots of -l/-L linker changes/fixes. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.toc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.toc 28 Dec 2004 19:49:05 -0000 1.7 +++ Makefile.toc 29 Dec 2004 20:11:19 -0000 1.8 @@ -16,7 +16,11 @@ SOURCES_UNICODE_GEN = unicodedata.h unicodedata_extra.h -INSTALL_HEADERS = $(SOURCES_UNICODE_GEN) +######################################################################## +# install these or not? +# INSTALL_HEADERS = $(SOURCES_UNICODE_GEN) +# INSTALL_HEADERS_DEST = $(INSTALL_HEADERS_DEST_BASE)/Unicode +######################################################################## OBJECTS = Char.o \ String.o \ |