UPD: Move source of rpm plugin to "src" subdirectory

This commit is contained in:
Alexander Koblov 2009-04-20 08:00:28 +00:00
commit 5b6fa18e74
14 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +0,0 @@
-fPIC

View file

@ -0,0 +1,3 @@
#IFDEF CPU64
-fPIC
#ENDIF

View file

@ -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>