mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move source of cpio and deb plugins to "src" subdirectory
This commit is contained in:
parent
107d99bcb1
commit
dcddc5bf8c
17 changed files with 8 additions and 8 deletions
|
|
@ -7,8 +7,8 @@ rem CD to plugins directory
|
|||
pushd plugins
|
||||
|
||||
rem WCX plugins
|
||||
%lazpath%\lazbuild.exe wcx\cpio\cpio.lpi
|
||||
%lazpath%\lazbuild.exe wcx\deb\deb.lpi
|
||||
%lazpath%\lazbuild.exe wcx\cpio\src\cpio.lpi
|
||||
%lazpath%\lazbuild.exe wcx\deb\src\deb.lpi
|
||||
%lazpath%\lazbuild.exe wcx\rpm\rpm.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unbz2\unbz2.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unrar\unrar.lpi
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
pushd plugins
|
||||
|
||||
# WCX plugins
|
||||
$lazpath/lazbuild wcx/cpio/cpio.lpi
|
||||
$lazpath/lazbuild wcx/deb/deb.lpi
|
||||
$lazpath/lazbuild wcx/cpio/src/cpio.lpi
|
||||
$lazpath/lazbuild wcx/deb/src/deb.lpi
|
||||
$lazpath/lazbuild wcx/rpm/rpm.lpi
|
||||
$lazpath/lazbuild wcx/unbz2/unbz2.lpi
|
||||
$lazpath/lazbuild wcx/unrar/unrar.lpi
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@
|
|||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../../../"/>
|
||||
<UnitOutputDirectory Value="lib"/>
|
||||
<OtherUnitFiles Value="../../../../"/>
|
||||
<UnitOutputDirectory Value="../lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
|
@ -72,8 +72,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