amassari    2004/10/01 01:16:05

  Modified:    c/Projects/Win32/BCC.551/Xerces-all/DeprecatedDOMCount
                        DeprecatedDOMCount.cpp
               c/Projects/Win32/BCC.551/Xerces-all readme.txt
  Log:
  Jira# 1280 - second part
  
  Revision  Changes    Path
  1.2       +7 -4      
xml-xerces/c/Projects/Win32/BCC.551/Xerces-all/DeprecatedDOMCount/DeprecatedDOMCount.cpp
  
  Index: DeprecatedDOMCount.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/Projects/Win32/BCC.551/Xerces-all/DeprecatedDOMCount/DeprecatedDOMCount.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeprecatedDOMCount.cpp    28 Sep 2004 13:32:35 -0000      1.1
  +++ DeprecatedDOMCount.cpp    1 Oct 2004 08:16:05 -0000       1.2
  @@ -6,12 +6,15 @@
   //---------------------------------------------------------------------------
   
   #ifdef NEVER_COMPILE
  -// Dummy entry point to satisfy the BCB IDE
  +#include <stdio.h>
  +
  +// Dummy entry point
   int main(int argc, char* argv[])
   {
  +     printf("*** Compile XercesC Library with Deprecated DOM API for this test\n");
        return 0;
   }
  +#else
  + // The real entry point is in the Samples folder
  + #include <DeprecatedDOMCount.cpp>
   #endif
  -
  -// The real entry point is in the Samples folder
  -#include <DeprecatedDOMCount.cpp>
  
  
  
  1.3       +7 -7      xml-xerces/c/Projects/Win32/BCC.551/Xerces-all/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/Win32/BCC.551/Xerces-all/readme.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- readme.txt        30 Sep 2004 12:54:53 -0000      1.2
  +++ readme.txt        1 Oct 2004 08:16:05 -0000       1.3
  @@ -1,3 +1,10 @@
  +Sep 30, 2004 - Xerces C and Borland C++ Compiler v 5.6.2 (CBuilderX 1.0 Update 1)
  +========================================================
  +
  +The Update 1 for CBuilderX 1.0 renames the make.exe found in the bin directory 
  +to bmake.exe, and adds make.exe (from GNU). To be able to compile Xerces 
  +rename bmake.exe back to make.exe
  +
   Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1
   ========================================================
   
  @@ -19,11 +26,4 @@
        make -f Xerces-all.mak -DWITHDEPRDOM=Y
   
   Vitaly Prapirny ([EMAIL PROTECTED])
  -
  -Sep 30, 2004 - Xerces C and Borland C++ Compiler v 5.6.2 (CBuilderX 1.0 Update 1)
  -========================================================
  -
  -The Update 1 for CBuilderX 1.0 renames the make.exe found in the bin directory 
  -to bmake.exe, and adds make.exe (from GNU). To be able to compile Xerces 
  -rename bmake.exe back to make.exe
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to