mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 10:32:37 +02:00
56 lines
1.5 KiB
XML
56 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="printers4lazide"/>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
<SrcPath Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
<CreateMakefileOnBuild Value="True"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Files Count="1">
|
|
<Item1>
|
|
<Filename Value="ideprinting.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="ideprinting"/>
|
|
</Item1>
|
|
</Files>
|
|
<i18n>
|
|
<EnableI18N Value="True"/>
|
|
<OutDir Value="languages"/>
|
|
</i18n>
|
|
<Type Value="DesignTime"/>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="FCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="printer4lazarus"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)\"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|