You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/01/19 01:54:56 UTC

cvs commit: xml-xerces/c/Projects/Win32/Unsupported/IntVC6/XMLUtil XMLUtil.dsp

roddey      00/01/18 16:54:56

  Modified:    c/Projects/Win32/Unsupported/IntVC6/XMLUtil XMLUtil.dsp
  Log:
  Added a couple of new files, to make some compilers happy. Moved
  a couple small template classes from a private cpp file to a hpp/c file
  combo.
  
  Revision  Changes    Path
  1.6       +14 -26    xml-xerces/c/Projects/Win32/Unsupported/IntVC6/XMLUtil/XMLUtil.dsp
  
  Index: XMLUtil.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/Win32/Unsupported/IntVC6/XMLUtil/XMLUtil.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLUtil.dsp	1999/12/20 23:13:56	1.5
  +++ XMLUtil.dsp	2000/01/19 00:54:56	1.6
  @@ -43,7 +43,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLUTIL_EXPORTS" /YX /FD /c
  -# ADD CPP /nologo /G6 /MD /Za /W3 /GX /O2 /Ob2 /I "..\..\..\..\..\src" /I "\icu_1_3_1\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PROJ_XMLUTIL" /D "XML_USE_ICU_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /FD /c
  +# ADD CPP /nologo /G6 /MD /Za /W3 /GX /O2 /Ob2 /I "..\..\..\..\..\src" /I "\icu_1_4b\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PROJ_XMLUTIL" /D "XML_USE_ICU_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /FD /c
   # SUBTRACT CPP /YX
   # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  @@ -54,7 +54,7 @@
   # ADD BSC32 /nologo
   LINK32=link.exe
   # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  -# ADD LINK32 kernel32.lib user32.lib icuuc.lib /nologo /base:"0x10000000" /version:3.0 /dll /map /machine:I386 /out:"..\..\..\..\..\Build\Win32\VC6\Release/IXUtil.dll" /libpath:"..\..\..\..\..\Build\Win32\VC6\Release" /libpath:"\icu_1_3_1\Lib\Release"
  +# ADD LINK32 kernel32.lib user32.lib icuuc.lib /nologo /base:"0x10000000" /version:3.0 /dll /map /machine:I386 /out:"..\..\..\..\..\Build\Win32\VC6\Release/IXUtil.dll" /libpath:"..\..\..\..\..\Build\Win32\VC6\Release" /libpath:"\icu_1_4b\Lib\Release"
   # SUBTRACT LINK32 /profile
   
   !ELSEIF  "$(CFG)" == "XMLUtil - Win32 Debug"
  @@ -71,7 +71,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLUTIL_EXPORTS" /YX /FD /GZ /c
  -# ADD CPP /nologo /G6 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\src" /I "\icu_1_3_1\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PROJ_XMLUTIL" /D "XML_USE_ICU_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /FD /GZ /c
  +# ADD CPP /nologo /G6 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\src" /I "\icu_1_4b\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PROJ_XMLUTIL" /D "XML_USE_ICU_TRANSCODER" /D "XML_USE_WIN32_MSGLOADER" /FD /GZ /c
   # SUBTRACT CPP /YX
   # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  @@ -82,7 +82,7 @@
   # ADD BSC32 /nologo
   LINK32=link.exe
   # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  -# ADD LINK32 kernel32.lib user32.lib icuuc.lib /nologo /base:"0x10000000" /version:3.0 /dll /debug /machine:I386 /out:"..\..\..\..\..\Build\Win32\VC6\Debug/IXUtil.dll" /libpath:"..\..\..\..\..\Build\Win32\VC6\Debug" /libpath:"\icu_1_3_1\Lib\Debug"
  +# ADD LINK32 kernel32.lib user32.lib icuuc.lib /nologo /base:"0x10000000" /version:3.0 /dll /debug /machine:I386 /out:"..\..\..\..\..\Build\Win32\VC6\Debug/IXUtil.dll" /libpath:"..\..\..\..\..\Build\Win32\VC6\Debug" /libpath:"\icu_1_4b\Lib\Debug"
   # SUBTRACT LINK32 /profile
   
   !ENDIF 
  @@ -128,26 +128,14 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\StdOut.cpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\..\src\util\StringPool.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\TextOutputStream.cpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\..\src\util\TransService.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\URL.cpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\..\src\util\Platforms\Win32\Win32PlatformUtils.cpp
   # ADD CPP /Ze
   # End Source File
  @@ -181,6 +169,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\..\src\util\XMLURL.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\..\src\util\XMLUTF16Transcoder.cpp
   # End Source File
   # Begin Source File
  @@ -297,19 +289,15 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\StdOut.hpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\..\src\util\StringPool.hpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\TextOutputStream.hpp
  +SOURCE=..\..\..\..\..\src\util\TranscodingException.hpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\TranscodingException.hpp
  +SOURCE=..\..\..\..\..\src\util\TransENameMap.hpp
   # End Source File
   # Begin Source File
   
  @@ -325,10 +313,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\..\src\util\URL.hpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\..\src\util\UTFDataFormatException.hpp
   # End Source File
   # Begin Source File
  @@ -398,6 +382,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\..\src\util\XMLUni.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\util\XMLURL.hpp
   # End Source File
   # Begin Source File