mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
Jedi Code Format: Change the output directory of a cmd line JCF project. Issue #39929, patch by Domingo Galmés.
This commit is contained in:
parent
545b37f413
commit
c55c7e45b4
@ -597,7 +597,7 @@
|
|||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="../../Include"/>
|
<IncludeFiles Value="../../Include"/>
|
||||||
<OtherUnitFiles Value="../../Output/Lazarus"/>
|
<OtherUnitFiles Value="../../Output/Lazarus"/>
|
||||||
<UnitOutputDirectory Value="../../Output/Lazarus"/>
|
<UnitOutputDirectory Value="../../lib/CommandLine-$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
|
||||||
<SrcPath Value="../../Include"/>
|
<SrcPath Value="../../Include"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
|
Loading…
Reference in New Issue
Block a user