[ObjectHandler-cvs] ObjectHandler ohlib_vc8.vcproj,1.8,1.9
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2007-01-02 11:01:37
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13080 Modified Files: ohlib_vc8.vcproj Log Message: introduced iless: std::string specialized case insensitive version of less Index: ohlib_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib_vc8.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ohlib_vc8.vcproj 14 Dec 2006 12:27:35 -0000 1.8 --- ohlib_vc8.vcproj 2 Jan 2007 11:01:04 -0000 1.9 *************** *** 335,338 **** --- 335,342 ---- </File> <File + RelativePath=".\oh\iless.hpp" + > + </File> + <File RelativePath="oh\logger.cpp" > |