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.
ThomasH
4328b12243
|
8 years ago | |
---|---|---|
.. | ||
CreateDOMDocument | 9 years ago | |
DOMCount | 9 years ago | |
DOMMemTest | 9 years ago | |
DOMPrint | 9 years ago | |
DOMRangeTest | 9 years ago | |
DOMTest | 9 years ago | |
DOMTraversal | 9 years ago | |
DOMTypeInfoTest | 9 years ago | |
EncodingTest | 9 years ago | |
EnumVal | 9 years ago | |
InitTermTest | 9 years ago | |
MemHandlerTest | 9 years ago | |
MemParse | 9 years ago | |
NetAccessorTest | 9 years ago | |
PParse | 9 years ago | |
PSVIWriter | 9 years ago | |
Redirect | 9 years ago | |
SAX2Count | 9 years ago | |
SAX2Print | 9 years ago | |
SAXCount | 9 years ago | |
SAXPrint | 9 years ago | |
SCMPrint | 9 years ago | |
SEnumVal | 9 years ago | |
StdInParse | 9 years ago | |
ThreadTest | 9 years ago | |
XSValueTest | 9 years ago | |
XSerializerTest | 9 years ago | |
XercesLib | 9 years ago | |
MakeBuildDirs.bat | 9 years ago | |
Xerces-all.mak | 9 years ago | |
readme.txt | 9 years ago |
readme.txt
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
========================================================
- changes for Xerces C 2.2.0
How to build dll with Win95 support (tasm32 required, so only for BCB5):
make -f Xerces-all.mak -DWITHASM=Y
Aug 23, 2002 - Xerces C and Borland C++ Compiler v 5.5.1
========================================================
Before build:
MakeBuildDirs.bat
How to build dll (without deprecated DOM API) and tests:
make -f Xerces-all.mak
Vitaly Prapirny (marl@mebius.net)