You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/08/31 21:36:10 UTC

cvs commit: xml-xalan/c/Projects/Win32/VC6/XalanDOM XalanDOM.dsp

dbertoni    00/08/31 12:36:10

  Modified:    c/Projects/Win32/VC6/DOMSupport DOMSupport.dsp
               c/Projects/Win32/VC6/PlatformSupport PlatformSupport.dsp
               c/Projects/Win32/VC6/XMLSupport XMLSupport.dsp
               c/Projects/Win32/VC6/XPath XPath.dsp
               c/Projects/Win32/VC6/XSLT XSLT.dsp
               c/Projects/Win32/VC6/XalanDOM XalanDOM.dsp
  Log:
  Changes for static initialize/terminate and memory leak detection.
  
  Revision  Changes    Path
  1.6       +8 -0      xml-xalan/c/Projects/Win32/VC6/DOMSupport/DOMSupport.dsp
  
  Index: DOMSupport.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/DOMSupport/DOMSupport.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMSupport.dsp	2000/08/11 22:49:16	1.5
  +++ DOMSupport.dsp	2000/08/31 19:36:05	1.6
  @@ -110,6 +110,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\DOMSupport\DOMSupportInit.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\DOMSupport\NamespaceResolver.cpp
   # End Source File
   # Begin Source File
  @@ -139,6 +143,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\DOMSupport\DOMSupportException.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\DOMSupport\DOMSupportInit.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.13      +8 -4      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- PlatformSupport.dsp	2000/08/22 20:22:33	1.12
  +++ PlatformSupport.dsp	2000/08/31 19:36:06	1.13
  @@ -126,6 +126,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\PlatformSupport\PlatformSupportInit.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\PlatformSupport\PrintWriter.cpp
   # End Source File
   # Begin Source File
  @@ -194,10 +198,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\PlatformSupport\DirectoryEnumerator.hpp
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\..\src\PlatformSupport\DOMStringHelper.hpp
   # End Source File
   # Begin Source File
  @@ -223,6 +223,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\PlatformSupport\PlatformSupportDefinitions.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\PlatformSupport\PlatformSupportInit.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.5       +8 -0      xml-xalan/c/Projects/Win32/VC6/XMLSupport/XMLSupport.dsp
  
  Index: XMLSupport.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XMLSupport/XMLSupport.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLSupport.dsp	2000/06/05 00:01:40	1.4
  +++ XMLSupport.dsp	2000/08/31 19:36:06	1.5
  @@ -132,6 +132,10 @@
   
   SOURCE=..\..\..\..\src\XMLSupport\XMLSupportException.cpp
   # End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XMLSupport\XMLSupportInit.cpp
  +# End Source File
   # End Group
   # Begin Group "Header Files"
   
  @@ -179,6 +183,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XMLSupport\XMLSupportException.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XMLSupport\XMLSupportInit.hpp
   # End Source File
   # End Group
   # Begin Group "Resource Files"
  
  
  
  1.6       +8 -0      xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp
  
  Index: XPath.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XPath.dsp	2000/08/10 18:52:06	1.5
  +++ XPath.dsp	2000/08/31 19:36:07	1.6
  @@ -210,6 +210,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XPath\XPathInit.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XPath\XPathParserException.cpp
   # End Source File
   # Begin Source File
  @@ -495,6 +499,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XPath\XPathFunctionTable.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XPathInit.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.14      +8 -0      xml-xalan/c/Projects/Win32/VC6/XSLT/XSLT.dsp
  
  Index: XSLT.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XSLT/XSLT.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XSLT.dsp	2000/08/28 01:45:43	1.13
  +++ XSLT.dsp	2000/08/31 19:36:08	1.14
  @@ -383,6 +383,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XSLT\XSLTInit.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XSLT\XSLTInputSource.cpp
   # End Source File
   # Begin Source File
  @@ -700,6 +704,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XSLT\XSLTEngineImpl.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XSLT\XSLTInit.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.3       +10 -2     xml-xalan/c/Projects/Win32/VC6/XalanDOM/XalanDOM.dsp
  
  Index: XalanDOM.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XalanDOM/XalanDOM.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanDOM.dsp	2000/06/08 17:49:34	1.2
  +++ XalanDOM.dsp	2000/08/31 19:36:09	1.3
  @@ -53,7 +53,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 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
  +# ADD LINK32 ..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib 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
   
   !ELSEIF  "$(CFG)" == "XalanDOM - Win32 Debug"
   
  @@ -79,7 +79,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 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 ..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib 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
   
   !ENDIF 
   
  @@ -128,6 +128,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XalanDOM\XalanDOMInit.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XalanDOM\XalanElement.cpp
   # End Source File
   # Begin Source File
  @@ -213,6 +217,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XalanDOM\XalanDOMImplementation.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XalanDOM\XalanDOMInit.hpp
   # End Source File
   # Begin Source File