mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move source of unrar plugin to "src" subdirectory
This commit is contained in:
parent
5b6fa18e74
commit
a50dd82106
5 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ rem WCX plugins
|
|||
%lazpath%\lazbuild.exe wcx\deb\src\deb.lpi
|
||||
%lazpath%\lazbuild.exe wcx\rpm\src\rpm.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unbz2\unbz2.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unrar\unrar.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unrar\src\unrar.lpi
|
||||
%lazpath%\lazbuild.exe wcx\zip\zip.lpi
|
||||
|
||||
rem WDX plugins
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $lazpath/lazbuild wcx/cpio/src/cpio.lpi
|
|||
$lazpath/lazbuild wcx/deb/src/deb.lpi
|
||||
$lazpath/lazbuild wcx/rpm/src/rpm.lpi
|
||||
$lazpath/lazbuild wcx/unbz2/unbz2.lpi
|
||||
$lazpath/lazbuild wcx/unrar/unrar.lpi
|
||||
$lazpath/lazbuild wcx/unrar/src/unrar.lpi
|
||||
$lazpath/lazbuild wcx/zip/Zip.lpi
|
||||
|
||||
# WDX plugins
|
||||
|
|
|
|||
|
|
@ -87,8 +87,8 @@
|
|||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="..\..\..\"/>
|
||||
<UnitOutputDirectory Value="lib"/>
|
||||
<OtherUnitFiles Value="..\..\..\..\"/>
|
||||
<UnitOutputDirectory Value="..\lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
Loading…
Add table
Add a link
Reference in a new issue