dbertoni    00/12/20 20:24:42

  Modified:    c/Projects/Win32/VC6/DOMSupport DOMSupport.dsp
               c/Projects/Win32/VC6/ICUBridge ICUBridge.dsp
               c/Projects/Win32/VC6/PlatformSupport PlatformSupport.dsp
               c/Projects/Win32/VC6/TestXPath TestXPath.dsp
               c/Projects/Win32/VC6/TestXSLT TestXSLT.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
               c/Projects/Win32/VC6/XalanSourceTree XalanSourceTree.dsp
               c/Projects/Win32/VC6/XercesParserLiaison
                        XercesParserLiaison.dsp
  Log:
  Added new targets for building release version with symbols, for better 
profiling.
  
  Revision  Changes    Path
  1.7       +33 -1     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DOMSupport.dsp    2000/08/31 19:36:05     1.6
  +++ DOMSupport.dsp    2000/12/21 04:24:38     1.7
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "DOMSupport - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
   !MESSAGE "DOMSupport - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "DOMSupport - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -54,7 +55,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 ..\..\..\..\Build\Win32\Vc6\Release\PlatformSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
   # SUBTRACT LINK32 /debug
   
   !ELSEIF  "$(CFG)" == "DOMSupport - Win32 Debug"
  @@ -83,12 +84,43 @@
   # 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 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "DOMSupport - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "DOMSupport___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "DOMSupport___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\DOMSupport"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_DOMSUPPORT_BUILD_DLL" 
/FD /c
  +# SUBTRACT BASE CPP /YX /Yc /Yu
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_DOMSUPPORT_BUILD_DLL" 
/FD /c
  +# SUBTRACT CPP /YX /Yc /Yu
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 ..\..\..\..\Build\Win32\Vc6\Release\PlatformSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "DOMSupport - Win32 Release"
   # Name "DOMSupport - Win32 Debug"
  +# Name "DOMSupport - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.5       +31 -2     xml-xalan/c/Projects/Win32/VC6/ICUBridge/ICUBridge.dsp
  
  Index: ICUBridge.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/ICUBridge/ICUBridge.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ICUBridge.dsp     2000/07/10 01:09:12     1.4
  +++ ICUBridge.dsp     2000/12/21 04:24:38     1.5
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "ICUBridge - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
   !MESSAGE "ICUBridge - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "ICUBridge - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -53,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 ..\..\..\..\..\..\icu\lib\release\*.lib 
..\..\..\..\..\..\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 /machine:I386
  +# ADD LINK32 ..\..\..\..\..\..\icu\lib\release\*.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /machine:I386
   
   !ELSEIF  "$(CFG)" == "ICUBridge - Win32 Debug"
   
  @@ -79,14 +80,42 @@
   # 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 ..\..\..\..\..\..\icu\lib\debug\*.lib 
..\..\..\..\..\..\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
  +# ADD LINK32 ..\..\..\..\..\..\icu\lib\debug\*.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "ICUBridge - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "ICUBridge___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "ICUBridge___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\ICUBridge"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /I 
"..\..\..\..\..\..\icu\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" 
/D "_USRDLL" /D "XALAN_ICUBRIDGE_BUILD_DLL" /D "XALAN_XERCES" /YX /FD /c
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /I 
"..\..\..\..\..\..\icu\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" 
/D "_USRDLL" /D "XALAN_ICUBRIDGE_BUILD_DLL" /D "XALAN_XERCES" /YX /FD /c
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 ..\..\..\..\..\..\icu\lib\release\*.lib 
..\..\..\..\..\..\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 /machine:I386
  +# ADD LINK32 ..\..\..\..\..\..\icu\lib\release\*.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "ICUBridge - Win32 Release"
   # Name "ICUBridge - Win32 Debug"
  +# Name "ICUBridge - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.20      +32 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- PlatformSupport.dsp       2000/11/21 20:51:53     1.19
  +++ PlatformSupport.dsp       2000/12/21 04:24:39     1.20
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "PlatformSupport - Win32 Release" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE "PlatformSupport - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "PlatformSupport - Win32 Release with symbols" (based on "Win32 
(x86) Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -83,12 +84,43 @@
   # 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 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "PlatformSupport - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "PlatformSupport___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "PlatformSupport___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\PlatformSupport"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D 
"XALAN_PLATFORMSUPPORT_BUILD_DLL" /D "XALAN_XERCES" /FD /I /xml4c/include" /I 
/xml4c/include" " " " " " " /c
  +# SUBTRACT BASE CPP /YX
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D 
"XALAN_PLATFORMSUPPORT_BUILD_DLL" /D "XALAN_XERCES" /FD /I /xml4c/include" /I 
/xml4c/include" " " " " " " /c
  +# SUBTRACT CPP /YX
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "PlatformSupport - Win32 Release"
   # Name "PlatformSupport - Win32 Debug"
  +# Name "PlatformSupport - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.9       +29 -0     xml-xalan/c/Projects/Win32/VC6/TestXPath/TestXPath.dsp
  
  Index: TestXPath.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/TestXPath/TestXPath.dsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestXPath.dsp     2000/11/20 20:00:55     1.8
  +++ TestXPath.dsp     2000/12/21 04:24:39     1.9
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "TestXPath - Win32 Release" (based on "Win32 (x86) Console 
Application")
   !MESSAGE "TestXPath - Win32 Debug" (based on "Win32 (x86) Console 
Application")
  +!MESSAGE "TestXPath - Win32 Release with symbols" (based on "Win32 (x86) 
Console Application")
   !MESSAGE 
   
   # Begin Project
  @@ -77,12 +78,40 @@
   # 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 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 /subsystem:console /debug /machine:I386 
/pdbtype:sept
   # ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/subsystem:console /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "TestXPath - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "TestXPath___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "TestXPath___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\TestXPath"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GX /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_CONSOLE" /D "_MBCS" /D "XALAN_XERCES" /YX /FD /c
  +# ADD CPP /nologo /MD /W4 /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_CONSOLE" /D "_MBCS" /D "XALAN_XERCES" /YX /FD /c
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/subsystem:console /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /map /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/subsystem:console /pdb:none /debug /machine:I386
  +# SUBTRACT LINK32 /map
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "TestXPath - Win32 Release"
   # Name "TestXPath - Win32 Debug"
  +# Name "TestXPath - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.7       +27 -0     xml-xalan/c/Projects/Win32/VC6/TestXSLT/TestXSLT.dsp
  
  Index: TestXSLT.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/TestXSLT/TestXSLT.dsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestXSLT.dsp      2000/08/10 18:53:36     1.6
  +++ TestXSLT.dsp      2000/12/21 04:24:40     1.7
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "TestXSLT - Win32 Release" (based on "Win32 (x86) Console 
Application")
   !MESSAGE "TestXSLT - Win32 Debug" (based on "Win32 (x86) Console 
Application")
  +!MESSAGE "TestXSLT - Win32 Release with symbols" (based on "Win32 (x86) 
Console Application")
   !MESSAGE 
   
   # Begin Project
  @@ -77,12 +78,38 @@
   # ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/incremental:no /debug /machine:I386 /pdbtype:sept
   # SUBTRACT LINK32 /pdb:none
   
  +!ELSEIF  "$(CFG)" == "TestXSLT - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "TestXSLT___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "TestXSLT___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\TestXSLT"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "WIN32" /D 
"NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XERCES" /D "_CONSOLE" 
/FD /c
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "WIN32" /D 
"NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XERCES" /D "_CONSOLE" 
/FD /c
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/pdb:none /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "TestXSLT - Win32 Release"
   # Name "TestXSLT - Win32 Debug"
  +# Name "TestXSLT - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.7       +33 -1     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLSupport.dsp    2000/11/02 01:42:38     1.6
  +++ XMLSupport.dsp    2000/12/21 04:24:40     1.7
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XMLSupport - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
   !MESSAGE "XMLSupport - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "XMLSupport - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -54,7 +55,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 ..\..\..\..\Build\Win32\Vc6\Release\PlatformSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
   # SUBTRACT LINK32 /debug
   
   !ELSEIF  "$(CFG)" == "XMLSupport - Win32 Debug"
  @@ -83,12 +84,43 @@
   # 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 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "XMLSupport - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XMLSupport___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "XMLSupport___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\XMLSupport"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XMLSUPPORT_BUILD_DLL" 
/FD /c
  +# SUBTRACT BASE CPP /YX /Yc /Yu
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XMLSUPPORT_BUILD_DLL" 
/FD /c
  +# SUBTRACT CPP /YX /Yc /Yu
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 ..\..\..\..\Build\Win32\Vc6\Release\PlatformSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XMLSupport - Win32 Release"
   # Name "XMLSupport - Win32 Debug"
  +# Name "XMLSupport - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.12      +83 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XPath.dsp 2000/11/27 19:41:34     1.11
  +++ XPath.dsp 2000/12/21 04:24:40     1.12
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XPath - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
   !MESSAGE "XPath - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  +!MESSAGE "XPath - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -83,12 +84,42 @@
   # ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   # SUBTRACT LINK32 /pdb:none
   
  +!ELSEIF  "$(CFG)" == "XPath - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XPath___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "XPath___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols\XPath"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"_WINDOWS" /D "_USRDLL" /D "XALAN_XPATH_BUILD_DLL" /D "XALAN_XERCES" /D "WIN32" 
/D "_MBCS" /FD /c
  +# SUBTRACT BASE CPP /YX
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"_WINDOWS" /D "_USRDLL" /D "XALAN_XPATH_BUILD_DLL" /D "XALAN_XERCES" /D "WIN32" 
/D "_MBCS" /FD /c
  +# SUBTRACT CPP /YX
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XPath - Win32 Release"
   # Name "XPath - Win32 Debug"
  +# Name "XPath - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  @@ -382,10 +413,38 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XPath\XStringAdapter.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringAdapterAllocator.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XPath\XStringAllocator.cpp
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XPath\XStringBase.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringCached.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringCachedAllocator.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringReference.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringReferenceAllocator.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XPath\XUnknown.cpp
   # End Source File
   # End Group
  @@ -698,7 +757,31 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XPath\XStringAdapter.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringAdapterAllocator.hpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XPath\XStringAllocator.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringBase.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringCachedAllocator.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringReference.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XPath\XStringReferenceAllocator.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.19      +41 -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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XSLT.dsp  2000/11/21 20:50:35     1.18
  +++ XSLT.dsp  2000/12/21 04:24:41     1.19
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XSLT - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
   !MESSAGE "XSLT - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  +!MESSAGE "XSLT - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -83,12 +84,42 @@
   # ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   # SUBTRACT LINK32 /pdb:none
   
  +!ELSEIF  "$(CFG)" == "XSLT - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XSLT___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "XSLT___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols\XSLT"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "WIN32" /D 
"NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XSLT_BUILD_DLL" /D 
"XALAN_XERCES" /FD /c
  +# SUBTRACT BASE CPP /YX
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "WIN32" /D 
"NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XSLT_BUILD_DLL" /D 
"XALAN_XERCES" /FD /c
  +# SUBTRACT CPP /YX
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XSLT - Win32 Release"
   # Name "XSLT - Win32 Debug"
  +# Name "XSLT - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  @@ -114,6 +145,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\XSLT\CountersTable.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\XSLT\DecimalToRoman.cpp
   # End Source File
   # Begin Source File
  @@ -390,6 +425,8 @@
   
   # ADD CPP /YX
   
  +!ELSEIF  "$(CFG)" == "XSLT - Win32 Release with symbols"
  +
   !ENDIF 
   
   # End Source File
  @@ -444,6 +481,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XSLT\Constants.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\XSLT\CountersTable.hpp
   # End Source File
   # Begin Source File
   
  
  
  
  1.6       +30 -1     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanDOM.dsp      2000/12/15 23:11:58     1.5
  +++ XalanDOM.dsp      2000/12/21 04:24:41     1.6
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XalanDOM - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library")
   !MESSAGE "XalanDOM - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "XalanDOM - Win32 Release with symbols" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -79,14 +80,42 @@
   # 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 
..\..\..\..\..\..\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
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "XalanDOM - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XalanDOM___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "XalanDOM___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\XalanDOM"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_DOM_BUILD_DLL" /YX /FD 
/c
  +# ADD CPP /nologo /MD /W4 /GX /Zi /O2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_DOM_BUILD_DLL" /YX /FD 
/c
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE 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
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XalanDOM - Win32 Release"
   # Name "XalanDOM - Win32 Debug"
  +# Name "XalanDOM - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.3       +33 -1     
xml-xalan/c/Projects/Win32/VC6/XalanSourceTree/XalanSourceTree.dsp
  
  Index: XalanSourceTree.dsp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/Projects/Win32/VC6/XalanSourceTree/XalanSourceTree.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTree.dsp       2000/12/17 22:17:31     1.2
  +++ XalanSourceTree.dsp       2000/12/21 04:24:41     1.3
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XalanSourceTree - Win32 Release" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE "XalanSourceTree - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
  +!MESSAGE "XalanSourceTree - Win32 Release with symbols" (based on "Win32 
(x86) Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -54,7 +55,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 ..\..\..\..\Build\Win32\Vc6\Release\XMLSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
   # SUBTRACT LINK32 /debug
   
   !ELSEIF  "$(CFG)" == "XalanSourceTree - Win32 Debug"
  @@ -83,12 +84,43 @@
   # 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 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "XalanSourceTree - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XalanSourceTree___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir "XalanSourceTree___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\XalanSourceTree"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"_WINDOWS" /D "_USRDLL" /D "XALAN_XALANSOURCETREE_BUILD_DLL" /D "WIN32" /D 
"_MBCS" /FD /c
  +# SUBTRACT BASE CPP /YX
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"_WINDOWS" /D "_USRDLL" /D "XALAN_XALANSOURCETREE_BUILD_DLL" /D "WIN32" /D 
"_MBCS" /FD /c
  +# SUBTRACT CPP /YX
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 ..\..\..\..\Build\Win32\Vc6\Release\XMLSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XalanSourceTree - Win32 Release"
   # Name "XalanSourceTree - Win32 Debug"
  +# Name "XalanSourceTree - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  
  1.11      +33 -1     
xml-xalan/c/Projects/Win32/VC6/XercesParserLiaison/XercesParserLiaison.dsp
  
  Index: XercesParserLiaison.dsp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/Projects/Win32/VC6/XercesParserLiaison/XercesParserLiaison.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XercesParserLiaison.dsp   2000/12/17 22:24:24     1.10
  +++ XercesParserLiaison.dsp   2000/12/21 04:24:41     1.11
  @@ -19,6 +19,7 @@
   !MESSAGE 
   !MESSAGE "XercesParserLiaison - Win32 Release" (based on "Win32 (x86) 
Dynamic-Link Library")
   !MESSAGE "XercesParserLiaison - Win32 Debug" (based on "Win32 (x86) 
Dynamic-Link Library")
  +!MESSAGE "XercesParserLiaison - Win32 Release with symbols" (based on "Win32 
(x86) Dynamic-Link Library")
   !MESSAGE 
   
   # Begin Project
  @@ -54,7 +55,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 ..\..\..\..\Build\Win32\Vc6\Release\XMLSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
   # SUBTRACT LINK32 /debug
   
   !ELSEIF  "$(CFG)" == "XercesParserLiaison - Win32 Debug"
  @@ -83,12 +84,43 @@
   # 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 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib /nologo 
/dll /debug /machine:I386 /pdbtype:sept
   
  +!ELSEIF  "$(CFG)" == "XercesParserLiaison - Win32 Release with symbols"
  +
  +# PROP BASE Use_MFC 0
  +# PROP BASE Use_Debug_Libraries 0
  +# PROP BASE Output_Dir "XercesParserLiaison___Win32_Release_with_symbols"
  +# PROP BASE Intermediate_Dir 
"XercesParserLiaison___Win32_Release_with_symbols"
  +# PROP BASE Ignore_Export_Lib 0
  +# PROP BASE Target_Dir ""
  +# PROP Use_MFC 0
  +# PROP Use_Debug_Libraries 0
  +# PROP Output_Dir "..\..\..\..\Build\Win32\VC6\Release.symbols"
  +# PROP Intermediate_Dir 
"..\..\..\..\Build\Win32\VC6\Release.symbols\XercesParserLiaison"
  +# PROP Ignore_Export_Lib 0
  +# PROP Target_Dir ""
  +# ADD BASE CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D 
"XALAN_XERCESPARSERLIAISON_BUILD_DLL" /FD /c
  +# SUBTRACT BASE CPP /YX
  +# ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /I 
"..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "NDEBUG" /D 
"WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D 
"XALAN_XERCESPARSERLIAISON_BUILD_DLL" /FD /c
  +# SUBTRACT CPP /YX
  +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  +# ADD BASE RSC /l 0x409 /d "NDEBUG"
  +# ADD RSC /l 0x409 /d "NDEBUG"
  +BSC32=bscmake.exe
  +# ADD BASE BSC32 /nologo
  +# ADD BSC32 /nologo
  +LINK32=link.exe
  +# ADD BASE LINK32 ..\..\..\..\Build\Win32\Vc6\Release\XMLSupport.lib 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /machine:I386
  +# SUBTRACT BASE LINK32 /debug
  +# ADD LINK32 
..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo 
/dll /pdb:none /debug /machine:I386
  +
   !ENDIF 
   
   # Begin Target
   
   # Name "XercesParserLiaison - Win32 Release"
   # Name "XercesParserLiaison - Win32 Debug"
  +# Name "XercesParserLiaison - Win32 Release with symbols"
   # Begin Group "Source Files"
   
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  
  
  

Reply via email to