mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:39:30 +02:00
FPWeb: don't share output directory for weblaz and lazwebextra packages (fixes recompilation with cleaning)
git-svn-id: trunk@45985 -
This commit is contained in:
parent
118d8a1792
commit
c7e5f91bd9
@ -6,7 +6,7 @@
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
<UnitOutputDirectory Value="lib/extra/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
@ -20,7 +20,6 @@
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Empty package. All stuff was moved to package weblaz.
|
||||
|
Loading…
Reference in New Issue
Block a user