From: Carlo B. <car...@us...> - 2005-10-25 14:32:01
|
Update of /cvsroot/instantobjects/Source/Brokers/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2105/Source/Brokers/XML Modified Files: InstantXML.pas Log Message: changes for Kylix 3: removed emf support under Linux and added catalogs. Remove unecessary files for PrimerK3 Index: InstantXML.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXML.pas,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** InstantXML.pas 12 Oct 2005 13:40:56 -0000 1.10 --- InstantXML.pas 25 Oct 2005 14:31:51 -0000 1.11 *************** *** 51,56 **** DOT_XML_EXT = '.'+XML_EXT; XML_WILDCARD = '*'+DOT_XML_EXT; {$IFDEF D5}PathDelim = '\';{$ENDIF} ! type TXMLFileFormat = (xffUtf8, xffUtf8BOT, xffIso); --- 51,58 ---- DOT_XML_EXT = '.'+XML_EXT; XML_WILDCARD = '*'+DOT_XML_EXT; + {$IFNDEF LINUX} {$IFDEF D5}PathDelim = '\';{$ENDIF} ! {$ENDIF} ! type TXMLFileFormat = (xffUtf8, xffUtf8BOT, xffIso); |