[Expat-checkins] expat/bcb5 libexpat_mtd.def,NONE,1.1 libexpatw_mtd.def,NONE,1.1 README.txt,1.2,1.3 expat.bpr,1.5,1.6 expat.bpf,1.4,1.5 expat.mak,1.5,1.6 expatw.bpr,1.5,1.6 expatw.bpf,1.4,1.5expatw.mak,1.5,1.6

Patrick McConnell pmcconnell at users.sourceforge.net
Sun Dec 8 03:37:44 2002


Update of /cvsroot/expat/expat/bcb5
In directory sc8-pr-cvs1:/tmp/cvs-serv7384

Modified Files:
	README.txt expat.bpr expat.bpf expat.mak expatw.bpr expatw.bpf 
	expatw.mak 
Added Files:
	libexpat_mtd.def libexpatw_mtd.def 
Log Message:
Moving the Borland module definition files to the bcb5 dir, correcting
an error in the LIBRARY entry in the def files, calling the new def
files in the proj and make files.


--- NEW FILE: libexpat_mtd.def ---
; DEF file for BCB5
LIBRARY   LIBEXPAT_MTD
DESCRIPTION "Implements an XML parser."
EXPORTS
  _XML_DefaultCurrent @1
  _XML_ErrorString @2
  _XML_ExpatVersion @3
  _XML_ExpatVersionInfo @4
  _XML_ExternalEntityParserCreate @5
  _XML_GetBase @6
  _XML_GetBuffer @7
  _XML_GetCurrentByteCount @8
  _XML_GetCurrentByteIndex @9
  _XML_GetCurrentColumnNumber @10
  _XML_GetCurrentLineNumber @11
  _XML_GetErrorCode @12
  _XML_GetIdAttributeIndex @13
  _XML_GetInputContext @14
  _XML_GetSpecifiedAttributeCount @15
  _XML_Parse @16
  _XML_ParseBuffer @17
  _XML_ParserCreate @18
  _XML_ParserCreateNS @19
  _XML_ParserCreate_MM @20
  _XML_ParserFree @21
  _XML_SetAttlistDeclHandler @22
  _XML_SetBase @23
  _XML_SetCdataSectionHandler @24
  _XML_SetCharacterDataHandler @25
  _XML_SetCommentHandler @26
  _XML_SetDefaultHandler @27
  _XML_SetDefaultHandlerExpand @28
  _XML_SetDoctypeDeclHandler @29
  _XML_SetElementDeclHandler @30
  _XML_SetElementHandler @31
  _XML_SetEncoding @32
  _XML_SetEndCdataSectionHandler @33
  _XML_SetEndDoctypeDeclHandler @34
  _XML_SetEndElementHandler @35
  _XML_SetEndNamespaceDeclHandler @36
  _XML_SetEntityDeclHandler @37
  _XML_SetExternalEntityRefHandler @38
  _XML_SetExternalEntityRefHandlerArg @39
  _XML_SetNamespaceDeclHandler @40
  _XML_SetNotStandaloneHandler @41
  _XML_SetNotationDeclHandler @42
  _XML_SetParamEntityParsing @43
  _XML_SetProcessingInstructionHandler @44
  _XML_SetReturnNSTriplet @45
  _XML_SetStartCdataSectionHandler @46
  _XML_SetStartDoctypeDeclHandler @47
  _XML_SetStartElementHandler @48
  _XML_SetStartNamespaceDeclHandler @49
  _XML_SetUnknownEncodingHandler @50
  _XML_SetUnparsedEntityDeclHandler @51
  _XML_SetUserData @52
  _XML_SetXmlDeclHandler @53
  _XML_UseParserAsHandlerArg @54
; added with version 1.95.4
  _XML_ParserReset @55
  _XML_SetSkippedEntityHandler @56
  _XML_GetFeatureList @57
  _XML_UseForeignDTD @58

; Aliases for MS compatible names
  XML_DefaultCurrent = _XML_DefaultCurrent 
  XML_ErrorString = _XML_ErrorString 
  XML_ExpatVersion = _XML_ExpatVersion 
  XML_ExpatVersionInfo = _XML_ExpatVersionInfo 
  XML_ExternalEntityParserCreate = _XML_ExternalEntityParserCreate 
  XML_GetBase = _XML_GetBase 
  XML_GetBuffer = _XML_GetBuffer 
  XML_GetCurrentByteCount = _XML_GetCurrentByteCount 
  XML_GetCurrentByteIndex = _XML_GetCurrentByteIndex 
  XML_GetCurrentColumnNumber = _XML_GetCurrentColumnNumber 
  XML_GetCurrentLineNumber = _XML_GetCurrentLineNumber 
  XML_GetErrorCode = _XML_GetErrorCode 
  XML_GetIdAttributeIndex = _XML_GetIdAttributeIndex 
  XML_GetInputContext = _XML_GetInputContext 
  XML_GetSpecifiedAttributeCount = _XML_GetSpecifiedAttributeCount 
  XML_Parse = _XML_Parse 
  XML_ParseBuffer = _XML_ParseBuffer 
  XML_ParserCreate = _XML_ParserCreate 
  XML_ParserCreateNS = _XML_ParserCreateNS 
  XML_ParserCreate_MM = _XML_ParserCreate_MM 
  XML_ParserFree = _XML_ParserFree 
  XML_SetAttlistDeclHandler = _XML_SetAttlistDeclHandler 
  XML_SetBase = _XML_SetBase 
  XML_SetCdataSectionHandler = _XML_SetCdataSectionHandler 
  XML_SetCharacterDataHandler = _XML_SetCharacterDataHandler 
  XML_SetCommentHandler = _XML_SetCommentHandler 
  XML_SetDefaultHandler = _XML_SetDefaultHandler 
  XML_SetDefaultHandlerExpand = _XML_SetDefaultHandlerExpand 
  XML_SetDoctypeDeclHandler = _XML_SetDoctypeDeclHandler 
  XML_SetElementDeclHandler = _XML_SetElementDeclHandler 
  XML_SetElementHandler = _XML_SetElementHandler 
  XML_SetEncoding = _XML_SetEncoding 
  XML_SetEndCdataSectionHandler = _XML_SetEndCdataSectionHandler 
  XML_SetEndDoctypeDeclHandler = _XML_SetEndDoctypeDeclHandler 
  XML_SetEndElementHandler = _XML_SetEndElementHandler 
  XML_SetEndNamespaceDeclHandler = _XML_SetEndNamespaceDeclHandler 
  XML_SetEntityDeclHandler = _XML_SetEntityDeclHandler 
  XML_SetExternalEntityRefHandler = _XML_SetExternalEntityRefHandler 
  XML_SetExternalEntityRefHandlerArg = _XML_SetExternalEntityRefHandlerArg 
  XML_SetNamespaceDeclHandler = _XML_SetNamespaceDeclHandler 
  XML_SetNotStandaloneHandler = _XML_SetNotStandaloneHandler 
  XML_SetNotationDeclHandler = _XML_SetNotationDeclHandler 
  XML_SetParamEntityParsing = _XML_SetParamEntityParsing 
  XML_SetProcessingInstructionHandler = _XML_SetProcessingInstructionHandler 
  XML_SetReturnNSTriplet = _XML_SetReturnNSTriplet 
  XML_SetStartCdataSectionHandler = _XML_SetStartCdataSectionHandler 
  XML_SetStartDoctypeDeclHandler = _XML_SetStartDoctypeDeclHandler 
  XML_SetStartElementHandler = _XML_SetStartElementHandler 
  XML_SetStartNamespaceDeclHandler = _XML_SetStartNamespaceDeclHandler 
  XML_SetUnknownEncodingHandler = _XML_SetUnknownEncodingHandler 
  XML_SetUnparsedEntityDeclHandler = _XML_SetUnparsedEntityDeclHandler 
  XML_SetUserData = _XML_SetUserData 
  XML_SetXmlDeclHandler = _XML_SetXmlDeclHandler 
  XML_UseParserAsHandlerArg = _XML_UseParserAsHandlerArg 
  XML_ParserReset = _XML_ParserReset 
  XML_SetSkippedEntityHandler = _XML_SetSkippedEntityHandler 
  XML_GetFeatureList = _XML_GetFeatureList 
  XML_UseForeignDTD = _XML_UseForeignDTD 


--- NEW FILE: libexpatw_mtd.def ---
; DEF file for BCB5
LIBRARY   LIBEXPATW_MTD
DESCRIPTION "Implements an XML parser."
EXPORTS
  _XML_DefaultCurrent @1
  _XML_ErrorString @2
  _XML_ExpatVersion @3
  _XML_ExpatVersionInfo @4
  _XML_ExternalEntityParserCreate @5
  _XML_GetBase @6
  _XML_GetBuffer @7
  _XML_GetCurrentByteCount @8
  _XML_GetCurrentByteIndex @9
  _XML_GetCurrentColumnNumber @10
  _XML_GetCurrentLineNumber @11
  _XML_GetErrorCode @12
  _XML_GetIdAttributeIndex @13
  _XML_GetInputContext @14
  _XML_GetSpecifiedAttributeCount @15
  _XML_Parse @16
  _XML_ParseBuffer @17
  _XML_ParserCreate @18
  _XML_ParserCreateNS @19
  _XML_ParserCreate_MM @20
  _XML_ParserFree @21
  _XML_SetAttlistDeclHandler @22
  _XML_SetBase @23
  _XML_SetCdataSectionHandler @24
  _XML_SetCharacterDataHandler @25
  _XML_SetCommentHandler @26
  _XML_SetDefaultHandler @27
  _XML_SetDefaultHandlerExpand @28
  _XML_SetDoctypeDeclHandler @29
  _XML_SetElementDeclHandler @30
  _XML_SetElementHandler @31
  _XML_SetEncoding @32
  _XML_SetEndCdataSectionHandler @33
  _XML_SetEndDoctypeDeclHandler @34
  _XML_SetEndElementHandler @35
  _XML_SetEndNamespaceDeclHandler @36
  _XML_SetEntityDeclHandler @37
  _XML_SetExternalEntityRefHandler @38
  _XML_SetExternalEntityRefHandlerArg @39
  _XML_SetNamespaceDeclHandler @40
  _XML_SetNotStandaloneHandler @41
  _XML_SetNotationDeclHandler @42
  _XML_SetParamEntityParsing @43
  _XML_SetProcessingInstructionHandler @44
  _XML_SetReturnNSTriplet @45
  _XML_SetStartCdataSectionHandler @46
  _XML_SetStartDoctypeDeclHandler @47
  _XML_SetStartElementHandler @48
  _XML_SetStartNamespaceDeclHandler @49
  _XML_SetUnknownEncodingHandler @50
  _XML_SetUnparsedEntityDeclHandler @51
  _XML_SetUserData @52
  _XML_SetXmlDeclHandler @53
  _XML_UseParserAsHandlerArg @54
; added with version 1.95.4
  _XML_ParserReset @55
  _XML_SetSkippedEntityHandler @56
  _XML_GetFeatureList @57
  _XML_UseForeignDTD @58

; Aliases for MS compatible names
  XML_DefaultCurrent = _XML_DefaultCurrent 
  XML_ErrorString = _XML_ErrorString 
  XML_ExpatVersion = _XML_ExpatVersion 
  XML_ExpatVersionInfo = _XML_ExpatVersionInfo 
  XML_ExternalEntityParserCreate = _XML_ExternalEntityParserCreate 
  XML_GetBase = _XML_GetBase 
  XML_GetBuffer = _XML_GetBuffer 
  XML_GetCurrentByteCount = _XML_GetCurrentByteCount 
  XML_GetCurrentByteIndex = _XML_GetCurrentByteIndex 
  XML_GetCurrentColumnNumber = _XML_GetCurrentColumnNumber 
  XML_GetCurrentLineNumber = _XML_GetCurrentLineNumber 
  XML_GetErrorCode = _XML_GetErrorCode 
  XML_GetIdAttributeIndex = _XML_GetIdAttributeIndex 
  XML_GetInputContext = _XML_GetInputContext 
  XML_GetSpecifiedAttributeCount = _XML_GetSpecifiedAttributeCount 
  XML_Parse = _XML_Parse 
  XML_ParseBuffer = _XML_ParseBuffer 
  XML_ParserCreate = _XML_ParserCreate 
  XML_ParserCreateNS = _XML_ParserCreateNS 
  XML_ParserCreate_MM = _XML_ParserCreate_MM 
  XML_ParserFree = _XML_ParserFree 
  XML_SetAttlistDeclHandler = _XML_SetAttlistDeclHandler 
  XML_SetBase = _XML_SetBase 
  XML_SetCdataSectionHandler = _XML_SetCdataSectionHandler 
  XML_SetCharacterDataHandler = _XML_SetCharacterDataHandler 
  XML_SetCommentHandler = _XML_SetCommentHandler 
  XML_SetDefaultHandler = _XML_SetDefaultHandler 
  XML_SetDefaultHandlerExpand = _XML_SetDefaultHandlerExpand 
  XML_SetDoctypeDeclHandler = _XML_SetDoctypeDeclHandler 
  XML_SetElementDeclHandler = _XML_SetElementDeclHandler 
  XML_SetElementHandler = _XML_SetElementHandler 
  XML_SetEncoding = _XML_SetEncoding 
  XML_SetEndCdataSectionHandler = _XML_SetEndCdataSectionHandler 
  XML_SetEndDoctypeDeclHandler = _XML_SetEndDoctypeDeclHandler 
  XML_SetEndElementHandler = _XML_SetEndElementHandler 
  XML_SetEndNamespaceDeclHandler = _XML_SetEndNamespaceDeclHandler 
  XML_SetEntityDeclHandler = _XML_SetEntityDeclHandler 
  XML_SetExternalEntityRefHandler = _XML_SetExternalEntityRefHandler 
  XML_SetExternalEntityRefHandlerArg = _XML_SetExternalEntityRefHandlerArg 
  XML_SetNamespaceDeclHandler = _XML_SetNamespaceDeclHandler 
  XML_SetNotStandaloneHandler = _XML_SetNotStandaloneHandler 
  XML_SetNotationDeclHandler = _XML_SetNotationDeclHandler 
  XML_SetParamEntityParsing = _XML_SetParamEntityParsing 
  XML_SetProcessingInstructionHandler = _XML_SetProcessingInstructionHandler 
  XML_SetReturnNSTriplet = _XML_SetReturnNSTriplet 
  XML_SetStartCdataSectionHandler = _XML_SetStartCdataSectionHandler 
  XML_SetStartDoctypeDeclHandler = _XML_SetStartDoctypeDeclHandler 
  XML_SetStartElementHandler = _XML_SetStartElementHandler 
  XML_SetStartNamespaceDeclHandler = _XML_SetStartNamespaceDeclHandler 
  XML_SetUnknownEncodingHandler = _XML_SetUnknownEncodingHandler 
  XML_SetUnparsedEntityDeclHandler = _XML_SetUnparsedEntityDeclHandler 
  XML_SetUserData = _XML_SetUserData 
  XML_SetXmlDeclHandler = _XML_SetXmlDeclHandler 
  XML_UseParserAsHandlerArg = _XML_UseParserAsHandlerArg 
  XML_ParserReset = _XML_ParserReset 
  XML_SetSkippedEntityHandler = _XML_SetSkippedEntityHandler 
  XML_GetFeatureList = _XML_GetFeatureList 
  XML_UseForeignDTD = _XML_UseForeignDTD 


Index: README.txt
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.txt	6 Dec 2002 22:29:14 -0000	1.2
+++ README.txt	8 Dec 2002 03:37:41 -0000	1.3
@@ -1,36 +1,35 @@
 
                    Using a Borland compiler product
 
-The files in this directory support using both the free Borland
-command-line compiler tools and the Borland C++ Builder IDE.  The
-project files have been tested with both versions 5 and 6 of the C++
-Builder product.
+The files in this directory support using both the free Borland command-line
+compiler tools and the Borland C++ Builder IDE.  The project files have been
+tested with both versions 5 and 6 of the C++ Builder product.
 
              Using the free BCC32 command line compiler
 
-After downloading and installing the free C++ Builder commandline
-version, perform the following steps (assuming it was installed under
-C:\Borland\BCC55):
+After downloading and installing the free C++ Builder commandline version,
+perform the following steps (assuming it was installed under C:\Borland\BCC55):
 
 1) Add "C:\Borland\BCC55\BIN" to your path
 2) Set the environment variable BCB to "C:\Borland\BCC55".
-3) edit makefile.mak: enable or comment out the appropriate commands
-   under clean & distclean, depending on whether your OS can use
-   deltree /y or del /s/f/q.
+3) edit makefile.mak: enable or comment out the appropriate commands under
+   clean & distclean, depending on whether your OS can use deltree /y or
+   del /s/f/q.
 
-After that, you should simply cd to the bcb5 directory in your Expat
-directory tree (same structure as CVS) and run "make all".
+After that, you should simply cd to the bcb5 directory in your Expat directory
+tree (same structure as CVS) and run "make all" or just "make".
 
                                Naming
 
-The libraries have the base name "libexpat" followed optionally by an
-"s" (static) or a "w" (unicode version), then an underscore and
-optionally "mt" (multi-threaded) and "d" (dynamic RTL).
+The libraries have the base name "libexpat" followed optionally by an "s"
+(static) or a "w" (unicode version), then an underscore and optionally
+"mt" (multi-threaded) and "d" (dynamic RTL).
 
-To change the name of the library a project file produces, edit the
-project option source (see step 1 under Unicode below) and change
-the name contained in the PROJECT tag. In a make file, change the
-value assigned to the PROJECT variable.
+To change the name of the library a project file produces, edit the project
+option source (see step 1 under Unicode below) and change the name contained in
+the PROJECT tag. In a make file, change the value assigned to the PROJECT
+variable. Also, the LIBRARY entry in the .def file has to be changed to
+correspond to the new executable name.
 
 
                        Unicode Considerations
@@ -39,49 +38,49 @@
 application. Fortunately, it is not hard to do by hand.
 
 1. The startup .obj system file must be changed to the unicode version.
-Go to Project|Edit Option Source, and scroll down to the ALLOBJ tag. Change
-c0x32.obj to c0x32w.obj. Editing this file can be quirky, but usually the
-following kludge will make the change stick. Close and save the file (CTRL-F4)
-then open the options dialog (CTRL-Shift-F11), then click OK on the dialog
-immediately without changing anything in it. If this doesn't work, you will
-have to close the project completely and edit the .bpr file by hand.
+   Go to Project|Edit Option Source, and scroll down to the ALLOBJ tag. Change
+   c0x32.obj to c0x32w.obj. Editing this file can be quirky, but usually the
+   following kludge will make the change stick. Close and save the file
+   (CTRL-F4) then open the options dialog (CTRL-Shift-F11), then click OK on
+   the dialog immediately without changing anything in it. If this doesn't work,
+   you will have to close the project completely and edit the .bpr file by hand.
 
-If you are using a make file, just change the startup .obj file assigned
-to the ALLOBJ variable.
+   If you are using a make file, just change the startup .obj file assigned
+   to the ALLOBJ variable.
 
-2. Add the macro define XML_UNICODE_WCHAR_T. In the GUI that goes in the
-options dialog, Directories/Conditionals tab, in the Conditional define
-box. In a make file, put it in the USERDEFINES variable.
+2. Add the macro define XML_UNICODE_WCHAR_T. In the GUI that goes in the options
+   dialog, Directories/Conditionals tab, in the Conditional define box. In a
+   make file, put it in the USERDEFINES variable.
 
 3. Of course, your code has to be written for unicode. As a start, the "main"
-function is called "wmain". The tchar macros are an interesting way to
-write code that can easily switch between unicode and utf-8. If
-these macros are used, then simply adding the conditional define _UNICODE
-as well as XML_UNICODE_WCHAR_T will bring in the unicode versions of the
-tchar macros. Otherwise the utf-8 versions are used. xmlwf uses its own
-hand-rolled versions of the tchar macros which are switched on and off
-by the XML_UNICODE macro, which itself is set by the XML_UNICODE_WCHAR_T
-define.
+   function is called "wmain". The tchar macros are an interesting way to
+   write code that can easily switch between unicode and utf-8. If these macros
+   are used, then simply adding the conditional define _UNICODE as well as
+   XML_UNICODE_WCHAR_T will bring in the unicode versions of the tchar macros.
+   Otherwise the utf-8 versions are used. xmlwf uses its own versions of the
+   tchar macros which are switched on and off by the XML_UNICODE macro, which
+   itself is set by the XML_UNICODE_WCHAR_T define.
 
                               Threading
 
 The libexpat libraries are all built with the multi-threaded dynamic RTL's.
 To create single-threaded libs, do the following:
 
-1. The compiler option for multi-threading must be turned off. Following the 
-instructions above to edit the option source, remove the -tWM option from
-the CFLAG1 tag. In a make file, remove it from the CFLAG1 variable.
+1. The compiler option for multi-threading must be turned off. Following the
+   instructions above to edit the option source, remove the -tWM option from
+   the CFLAG1 tag. In a make file, remove it from the CFLAG1 variable.
 
 2. The single threaded RTL must be called. change the RTL in the ALLLIB tag or
-variable (GUI or makefile repectively) to the version without the "mt" in the
-name. For example, change cw32mti.lib to cw32i.lib.
+   variable (GUI or makefile repectively) to the version without the "mt" in the
+   name. For example, change cw32mti.lib to cw32i.lib.
 
                               Static RTL's
 
 To build the libs with static RTL's do the following,
 
-1. For the static expatlibs, in the Tlib tab on the options dialog, uncheck the 
-"Use dynamic RTL" box. For the dynamic expatlibs, in the Linker tab on the options
-dialog, uncheck "Use dynamic RTL". If you are using a make file, remove the _RTLDLL
-assignment to the SYSDEFINES variable, and change the RTL to the version without an
-"i" in the ALLLIB variable. For example, cw32mti.lib would become wc32mt.lib.
+1. For the static expatlibs, in the Tlib tab on the options dialog, uncheck the
+   "Use dynamic RTL" box. For the dynamic expatlibs, in the Linker tab on the
+   options dialog, uncheck "Use dynamic RTL". If you are using a make file,
+   remove the _RTLDLL assignment to the SYSDEFINES variable, and change the RTL
+   to the version without an "i" in the ALLLIB variable. For example,
+   cw32mti.lib would become cw32mt.lib.

Index: expat.bpr
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expat.bpr,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expat.bpr	7 Dec 2002 08:59:43 -0000	1.5
+++ expat.bpr	8 Dec 2002 03:37:41 -0000	1.6
@@ -9,7 +9,7 @@
     <RESFILES value=""/>
     <IDLFILES value=""/>
     <IDLGENFILES value=""/>
-    <DEFFILE value="..\lib\libexpatborl.def"/>
+    <DEFFILE value="libexpat_mtd.def"/>
     <RESDEPEN value="$(RESFILES)"/>
     <LIBFILES value=""/>
     <LIBRARIES value=""/>

Index: expat.bpf
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expat.bpf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- expat.bpf	7 Dec 2002 08:59:43 -0000	1.4
+++ expat.bpf	8 Dec 2002 03:37:41 -0000	1.5
@@ -1,6 +1,6 @@
 USEUNIT("..\lib\xmlparse.c");
 USEUNIT("..\lib\xmlrole.c");
 USEUNIT("..\lib\xmltok.c");
-USEDEF("..\lib\libexpatborl.def");
+USEDEF("libexpat_mtd.def");
 //---------------------------------------------------------------------------
 #define DllEntryPoint

Index: expat.mak
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expat.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expat.mak	7 Dec 2002 08:59:43 -0000	1.5
+++ expat.mak	8 Dec 2002 03:37:41 -0000	1.6
@@ -28,7 +28,7 @@
     VCLIB50.bpi bcbie50.bpi VCLIE50.bpi INETDB50.bpi INET50.bpi NMFAST50.bpi \
     dclocx50.bpi bcb2kaxserver50.bpi dclusr50.bpi
 SPARELIBS = 
-DEFFILE = ..\lib\libexpatborl.def
+DEFFILE = libexpat_mtd.def
 # ---------------------------------------------------------------------------
 PATHCPP = .;..\lib
 PATHASM = .;

Index: expatw.bpr
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expatw.bpr,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expatw.bpr	7 Dec 2002 08:59:43 -0000	1.5
+++ expatw.bpr	8 Dec 2002 03:37:41 -0000	1.6
@@ -9,7 +9,7 @@
     <RESFILES value=""/>
     <IDLFILES value=""/>
     <IDLGENFILES value=""/>
-    <DEFFILE value="..\lib\libexpatwborl.def"/>
+    <DEFFILE value="libexpatw_mtd.def"/>
     <RESDEPEN value="$(RESFILES)"/>
     <LIBFILES value=""/>
     <LIBRARIES value=""/>

Index: expatw.bpf
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expatw.bpf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- expatw.bpf	7 Dec 2002 08:59:43 -0000	1.4
+++ expatw.bpf	8 Dec 2002 03:37:41 -0000	1.5
@@ -1,6 +1,6 @@
 USEUNIT("..\lib\xmlparse.c");
 USEUNIT("..\lib\xmlrole.c");
 USEUNIT("..\lib\xmltok.c");
-USEDEF("..\lib\libexpatwborl.def");
+USEDEF("libexpatw_mtd.def");
 //---------------------------------------------------------------------------
 #define DllEntryPoint

Index: expatw.mak
===================================================================
RCS file: /cvsroot/expat/expat/bcb5/expatw.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expatw.mak	7 Dec 2002 08:59:43 -0000	1.5
+++ expatw.mak	8 Dec 2002 03:37:41 -0000	1.6
@@ -28,7 +28,7 @@
     VCLIB50.bpi bcbie50.bpi VCLIE50.bpi INETDB50.bpi INET50.bpi NMFAST50.bpi \
     dclocx50.bpi bcb2kaxserver50.bpi dclusr50.bpi
 SPARELIBS = 
-DEFFILE = ..\lib\libexpatwborl.def
+DEFFILE = libexpatw_mtd.def
 # ---------------------------------------------------------------------------
 PATHCPP = .;..\lib
 PATHASM = .;





More information about the Expat-checkins mailing list