Skip to content

Commit

Permalink
Added: Delphi 10 Seattle and Delphi 10.1 Berlin support
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndGabriel committed Sep 21, 2019
1 parent 6f45203 commit e7e9624
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 0 deletions.
74 changes: 74 additions & 0 deletions Rad Studio 10.1/FrameViewer.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
package FrameViewer;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$LIBSUFFIX '240'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
rtl,
vcl,
vclimg,
soaprtl,
VclSmp;

contains
BegaHtmlPrintPreviewForm in '..\source\BegaHtmlPrintPreviewForm.pas',
BegaMetaFilePrinter in '..\source\BegaMetaFilePrinter.pas',
BegaPreview in '..\source\BegaPreview.pas',
BegaPreviewForm in '..\source\BegaPreviewForm.pas' {BegaCustomPrintPreviewForm},
BegaPreviewPanel in '..\source\BegaPreviewPanel.pas',
BegaScrollBox in '..\source\BegaScrollBox.pas',
BegaZoom in '..\source\BegaZoom.pas',
BuffConv in '..\source\BuffConv.pas',
BuffConvArrays in '..\source\BuffConvArrays.pas',
DitherUnit in '..\source\DitherUnit.pas',
FramBrwz in '..\source\FramBrwz.pas',
framview in '..\source\framview.pas',
GDIPL2A in '..\source\GDIPL2A.pas',
HSLUtils in '..\source\HSLUtils.pas',
HtmlBuffer in '..\source\HtmlBuffer.pas',
HtmlCaches in '..\source\HtmlCaches.pas',
HtmlFonts in '..\source\HtmlFonts.pas',
htmlgif1 in '..\source\htmlgif1.pas',
HTMLGif2 in '..\source\HTMLGif2.pas',
HtmlGlobals in '..\source\HtmlGlobals.pas',
HtmlImages in '..\source\HtmlImages.pas',
Htmlsbs1 in '..\source\Htmlsbs1.pas',
HTMLSubs in '..\source\HTMLSubs.pas',
HtmlSymb in '..\source\HtmlSymb.pas',
HTMLUn2 in '..\source\HTMLUn2.pas',
htmlview in '..\source\htmlview.pas',
MetaFilePrinter in '..\source\MetaFilePrinter.pas',
ReadHTML in '..\source\ReadHTML.pas',
StylePars in '..\source\StylePars.pas',
StyleTypes in '..\source\StyleTypes.pas',
StyleUn in '..\source\StyleUn.pas',
URLSubs in '..\source\URLSubs.pas',
UrlConn in '..\Source\UrlConn.pas',
vwPrint in '..\source\vwPrint.pas';

end.
45 changes: 45 additions & 0 deletions Rad Studio 10.1/dclFrameViewer.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
package dclFrameViewer;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'THtmlViewer, TFrameViewer, and TFrameBrowser'}
{$LIBSUFFIX '240'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
rtl,
vcl,
designide,
vclimg,
soaprtl,
VclSmp,
FrameViewer;

contains
FrameViewerReg in '..\source\FrameViewerReg.pas',
HTMLCompEdit in '..\source\HTMLCompEdit.pas';

end.
74 changes: 74 additions & 0 deletions Rad Studio 10/FrameViewer.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
package FrameViewer;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$LIBSUFFIX '230'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
rtl,
vcl,
vclimg,
soaprtl,
VclSmp;

contains
BegaHtmlPrintPreviewForm in '..\source\BegaHtmlPrintPreviewForm.pas',
BegaMetaFilePrinter in '..\source\BegaMetaFilePrinter.pas',
BegaPreview in '..\source\BegaPreview.pas',
BegaPreviewForm in '..\source\BegaPreviewForm.pas' {BegaCustomPrintPreviewForm},
BegaPreviewPanel in '..\source\BegaPreviewPanel.pas',
BegaScrollBox in '..\source\BegaScrollBox.pas',
BegaZoom in '..\source\BegaZoom.pas',
BuffConv in '..\source\BuffConv.pas',
BuffConvArrays in '..\source\BuffConvArrays.pas',
DitherUnit in '..\source\DitherUnit.pas',
FramBrwz in '..\source\FramBrwz.pas',
framview in '..\source\framview.pas',
GDIPL2A in '..\source\GDIPL2A.pas',
HSLUtils in '..\source\HSLUtils.pas',
HtmlBuffer in '..\source\HtmlBuffer.pas',
HtmlCaches in '..\source\HtmlCaches.pas',
HtmlFonts in '..\source\HtmlFonts.pas',
htmlgif1 in '..\source\htmlgif1.pas',
HTMLGif2 in '..\source\HTMLGif2.pas',
HtmlGlobals in '..\source\HtmlGlobals.pas',
HtmlImages in '..\source\HtmlImages.pas',
Htmlsbs1 in '..\source\Htmlsbs1.pas',
HTMLSubs in '..\source\HTMLSubs.pas',
HtmlSymb in '..\source\HtmlSymb.pas',
HTMLUn2 in '..\source\HTMLUn2.pas',
htmlview in '..\source\htmlview.pas',
MetaFilePrinter in '..\source\MetaFilePrinter.pas',
ReadHTML in '..\source\ReadHTML.pas',
StylePars in '..\source\StylePars.pas',
StyleTypes in '..\source\StyleTypes.pas',
StyleUn in '..\source\StyleUn.pas',
URLSubs in '..\source\URLSubs.pas',
UrlConn in '..\Source\UrlConn.pas',
vwPrint in '..\source\vwPrint.pas';

end.
45 changes: 45 additions & 0 deletions Rad Studio 10/dclFrameViewer.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
package dclFrameViewer;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'THtmlViewer, TFrameViewer, and TFrameBrowser'}
{$LIBSUFFIX '230'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
rtl,
vcl,
designide,
vclimg,
soaprtl,
VclSmp,
FrameViewer;

contains
FrameViewerReg in '..\source\FrameViewerReg.pas',
HTMLCompEdit in '..\source\HTMLCompEdit.pas';

end.

0 comments on commit e7e9624

Please sign in to comment.