auriemma 00/10/11 12:41:49
Modified: c/Projects/Win32/VC6/PlatformSupport PlatformSupport.dsp Log: Changed implementation of isDigit, isLetterOrDigit, and isWhitespace to use a charater class table. Revision Changes Path 1.16 +8 -0 xml-xalan/c/Projects/Win32/VC6/PlatformSupport/PlatformSupport.dsp Index: PlatformSupport.dsp =================================================================== RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/PlatformSupport/PlatformSupport.dsp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- PlatformSupport.dsp 2000/09/27 16:45:19 1.15 +++ PlatformSupport.dsp 2000/10/11 19:41:49 1.16 @@ -198,6 +198,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\..\src\PlatformSupport\XalanXMLChar.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\PlatformSupport\XSLException.cpp # End Source File # End Group @@ -343,6 +347,10 @@ # Begin Source File SOURCE=..\..\..\..\src\PlatformSupport\XalanUTF16Transcoder.hpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\src\PlatformSupport\XalanXMLChar.hpp # End Source File # Begin Source File
