mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling plugins
This commit is contained in:
parent
da7d79c674
commit
69a6eb46f6
5 changed files with 6 additions and 13 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../../../../"/>
|
||||
<OtherUnitFiles Value="../../../../sdk/"/>
|
||||
<UnitOutputDirectory Value="../lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="..\..\..\..\"/>
|
||||
<OtherUnitFiles Value="..\..\..\..\sdk\"/>
|
||||
<UnitOutputDirectory Value="..\lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../../../../"/>
|
||||
<OtherUnitFiles Value="../../../../sdk/"/>
|
||||
<UnitOutputDirectory Value="../lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -6,7 +6,7 @@
|
|||
<General>
|
||||
<MainUnit Value="0"/>
|
||||
<IconPath Value="./"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
<TargetFileExt Value=".wcx"/>
|
||||
<ActiveEditorIndexAtStart Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
<Units Count="4">
|
||||
<Units Count="3">
|
||||
<Unit0>
|
||||
<Filename Value="unrar.dpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
|
|
@ -52,13 +52,6 @@
|
|||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="..\..\..\uWCXhead.pas"/>
|
||||
<UnitName Value="uWCXhead"/>
|
||||
<CursorPos X="1" Y="1"/>
|
||||
<TopLine Value="1"/>
|
||||
<UsageCount Value="10"/>
|
||||
</Unit3>
|
||||
</Units>
|
||||
<JumpHistory Count="5" HistoryIndex="4">
|
||||
<Position1>
|
||||
|
|
@ -87,7 +80,7 @@
|
|||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="..\..\..\..\"/>
|
||||
<OtherUnitFiles Value="..\..\..\..\sdk\"/>
|
||||
<UnitOutputDirectory Value="..\lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue