[utf8vcl-cvs] utf8vcl utf8VCLPkg.dpk,NONE,1.1
Status: Alpha
Brought to you by:
bluelive
From: Robert M. <mar...@us...> - 2007-04-16 09:37:36
|
Update of /cvsroot/utf8vcl/utf8vcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13722 Added Files: utf8VCLPkg.dpk Log Message: utf8VCL as package (still needs compile without packages though) --- NEW FILE: utf8VCLPkg.dpk --- package utf8VCLPkg; {$R *.res} {$ALIGN 8} {$ASSERTIONS OFF} {$BOOLEVAL OFF} {$DEBUGINFO OFF} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS OFF} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO OFF} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl, vcl; contains UTF8VCLUtils in 'UTF8VCLUtils.pas', UTF8VCL in 'UTF8VCL.pas', UTF8VCLCommDlg in 'UTF8VCLCommDlg.pas', UTF8VCLControls in 'UTF8VCLControls.pas', UTF8VCLMessages in 'UTF8VCLMessages.pas'; end. |