mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Move source of rpm plugin to "src" subdirectory
This commit is contained in:
parent
3cf7900f43
commit
5b6fa18e74
14 changed files with 8 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ pushd plugins
|
|||
rem WCX plugins
|
||||
%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\rpm\src\rpm.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unbz2\unbz2.lpi
|
||||
%lazpath%\lazbuild.exe wcx\unrar\unrar.lpi
|
||||
%lazpath%\lazbuild.exe wcx\zip\zip.lpi
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ pushd plugins
|
|||
# WCX plugins
|
||||
$lazpath/lazbuild wcx/cpio/src/cpio.lpi
|
||||
$lazpath/lazbuild wcx/deb/src/deb.lpi
|
||||
$lazpath/lazbuild wcx/rpm/rpm.lpi
|
||||
$lazpath/lazbuild wcx/rpm/src/rpm.lpi
|
||||
$lazpath/lazbuild wcx/unbz2/unbz2.lpi
|
||||
$lazpath/lazbuild wcx/unrar/unrar.lpi
|
||||
$lazpath/lazbuild wcx/zip/Zip.lpi
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
-fPIC
|
||||
3
plugins/wcx/rpm/src/fpc-extra.cfg
Normal file
3
plugins/wcx/rpm/src/fpc-extra.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#IFDEF CPU64
|
||||
-fPIC
|
||||
#ENDIF
|
||||
|
|
@ -76,8 +76,8 @@
|
|||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../../../"/>
|
||||
<UnitOutputDirectory Value="lib"/>
|
||||
<OtherUnitFiles Value="../../../../"/>
|
||||
<UnitOutputDirectory Value="../lib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<Other>
|
||||
<ConfigFile>
|
||||
<CustomConfigFile Value="True"/>
|
||||
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
|
||||
<ConfigFilePath Value="fpc-extra.cfg"/>
|
||||
</ConfigFile>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
Loading…
Add table
Add a link
Reference in a new issue