ulanlaz.lpk
来自「linux下的RS485的驱动 值得一看」· LPK 代码 · 共 56 行
LPK
56 行
<?xml version="1.0"?><CONFIG> <Package Version="2"> <PathDelim Value="\"/> <Name Value="uLanlaz"/> <Author Value="Petr Smolik"/> <CompilerOptions> <Version Value="5"/> <PathDelim Value="\"/> <SearchPaths> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> <Other> <CompilerPath Value="$(CompPath)"/> <CreateMakefileOnBuild Value="True"/> </Other> </CompilerOptions> <Description Value="uLan package for Lazarus
"/> <License Value="LGPL
"/> <Version Minor="1"/> <Files Count="2"> <Item1> <Filename Value="uLan.lrs"/> <Type Value="LRS"/> </Item1> <Item2> <Filename Value="uLan.pas"/> <HasRegisterProc Value="True"/> <UnitName Value="uLan"/> </Item2> </Files> <Type Value="RunAndDesignTime"/> <RequiredPkgs Count="2"> <Item1> <PackageName Value="LCL"/> </Item1> <Item2> <PackageName Value="IDEIntf"/> </Item2> </RequiredPkgs> <UsageOptions> <UnitPath Value="$(PkgOutDir)\"/> </UsageOptions> <PublishOptions> <Version Value="2"/> <DestinationDirectory Value="$(TestDir)\publishedpackage\"/> <IgnoreBinaries Value="False"/> </PublishOptions> </Package></CONFIG>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?