lazarus/components/PascalScript/Source/pascalscriptfcl.pas
2022-05-29 20:10:47 +02:00

19 lines
547 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit PascalScriptFCL;
{$warn 5023 off : no warning about unused units}
interface
uses
uPSRuntime, uPSC_classes, uPSC_dateutils, uPSC_DB, uPSC_dll, uPSC_std,
uPSCompiler, uPSComponent, uPSComponent_DB, uPSComponent_Default, uPSUtils,
uPSDebugger, uPSDisassembly, uPSPreProcessor, uPSR_classes, uPSR_dateutils,
uPSR_DB, uPSR_dll, uPSR_std, uPSComponent_COM, uPSC_comobj, uPSR_comobj;
implementation
end.