tvplanit: Compile packages to separate folders to remove the "duplicate units" message.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5389 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-11-28 13:37:05 +00:00
parent 93109d8bff
commit fe0916bc35
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include"/> <IncludeFiles Value="source\include"/>
<OtherUnitFiles Value="source"/> <OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\run"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Description Value="Lazarus Port of Turbo Power's VisualPlanIt components based on version 1.0.3. <Description Value="Lazarus Port of Turbo Power's VisualPlanIt components based on version 1.0.3.

View File

@ -11,7 +11,7 @@
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include;source\design"/> <IncludeFiles Value="source\include;source\design"/>
<OtherUnitFiles Value="source\design"/> <OtherUnitFiles Value="source\design"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\design"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Description Value="Lazarus Port of Turbo Power's VisualPlanIt components based on version 1.0.3. <Description Value="Lazarus Port of Turbo Power's VisualPlanIt components based on version 1.0.3.

View File

@ -10,7 +10,7 @@
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include;source\addons\zeos"/> <IncludeFiles Value="source\include;source\addons\zeos"/>
<OtherUnitFiles Value="source\addons\zeos"/> <OtherUnitFiles Value="source\addons\zeos"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_run"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Description Value="Visual PlanIt datastore for ZEOS database components (Runtime package)"/> <Description Value="Visual PlanIt datastore for ZEOS database components (Runtime package)"/>

View File

@ -11,7 +11,7 @@
<SearchPaths> <SearchPaths>
<IncludeFiles Value="source\include;source\addons\zeos"/> <IncludeFiles Value="source\include;source\addons\zeos"/>
<OtherUnitFiles Value="source\addons\zeos"/> <OtherUnitFiles Value="source\addons\zeos"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_design"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Version Major="1" Release="5"/> <Version Major="1" Release="5"/>