You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
851 B

  1. Sep 30, 2004 - Xerces C and Borland C++ Compiler v 5.6.2 (CBuilderX 1.0 Update 1)
  2. ========================================================
  3. The Update 1 for CBuilderX 1.0 renames the make.exe found in the bin directory
  4. to bmake.exe, and adds make.exe (from GNU). To be able to compile Xerces
  5. rename bmake.exe back to make.exe
  6. Feb 27, 2003 - Xerces C and Borland C++ Compiler v 5.5.1
  7. ========================================================
  8. - changes for Xerces C 2.2.0
  9. How to build dll with Win95 support (tasm32 required, so only for BCB5):
  10. make -f Xerces-all.mak -DWITHASM=Y
  11. Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1
  12. ========================================================
  13. Before build:
  14. MakeBuildDirs.bat
  15. How to build dll (without deprecated DOM API) and tests:
  16. make -f Xerces-all.mak
  17. Vitaly Prapirny (marl@mebius.net)