You've already forked lazarus-ccr
onguard: Change package type to Design+runtime (instead of Designtime). Issue #109914.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6572 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,19 +1,23 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="4">
|
||||||
<Name Value="tponguard"/>
|
<Name Value="tponguard"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<AddToProjectUsesSection Value="True"/>
|
||||||
<Author Value="Turbo Power Software Company ,Colorado Springs"/>
|
<Author Value="Turbo Power Software Company ,Colorado Springs"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="../source/"/>
|
<IncludeFiles Value="../source"/>
|
||||||
<OtherUnitFiles Value="../source/"/>
|
<OtherUnitFiles Value="../source"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
<SrcPath Value="../source/"/>
|
<SrcPath Value="../source"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
<Parsing>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<SyntaxOptions>
|
||||||
</Other>
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="TurboPower OnGuard is a library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users.
|
<Description Value="TurboPower OnGuard is a library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users.
|
||||||
Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
||||||
@ -116,7 +120,6 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
|||||||
<UnitName Value="ogfirst"/>
|
<UnitName Value="ogfirst"/>
|
||||||
</Item23>
|
</Item23>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="DesignTime"/>
|
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
@ -127,7 +130,7 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
|||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
Reference in New Issue
Block a user