From: Steven M. <sr...@us...> - 2005-11-04 03:24:51
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3994 Modified Files: IOXML.dpk Log Message: Correct $DESCRIPTION and $LIBSUFFIX entries. Index: IOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D2005/IOXML.dpk,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** IOXML.dpk 29 Oct 2005 11:10:07 -0000 1.6 --- IOXML.dpk 4 Nov 2005 03:24:42 -0000 1.7 *************** *** 24,29 **** {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2006)'} ! {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} --- 24,29 ---- {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2005)'} ! {$LIBSUFFIX '_D9'} {$RUNONLY} {$IMPLICITBUILD OFF} |