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

This commit is contained in:
Alexander Koblov 2009-04-21 06:02:32 +00:00
commit 2c3df9c3f3
9 changed files with 90 additions and 177 deletions

View file

@ -10,7 +10,7 @@ rem WCX plugins
%lazpath%\lazbuild.exe wcx\cpio\src\cpio.lpi
%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\unbz2\src\unbz2.lpi
%lazpath%\lazbuild.exe wcx\unrar\src\unrar.lpi
%lazpath%\lazbuild.exe wcx\zip\zip.lpi

View file

@ -11,7 +11,7 @@ pushd plugins
$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/unbz2/src/unbz2.lpi
$lazpath/lazbuild wcx/unrar/src/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

@ -0,0 +1,85 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<Version Value="5"/>
<General>
<MainUnit Value="0"/>
<IconPath Value=".\"/>
<TargetFileExt Value=".wcx"/>
<ActiveEditorIndexAtStart Value="1"/>
</General>
<VersionInfo>
<ProjectVersion Value=""/>
<Language Value=""/>
<CharSet Value=""/>
</VersionInfo>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
<IgnoreBinaries Value="False"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<Units Count="2">
<Unit0>
<Filename Value="unbz2.dpr"/>
<IsPartOfProject Value="True"/>
<CursorPos X="11" Y="2"/>
<TopLine Value="1"/>
<EditorIndex Value="0"/>
<UsageCount Value="23"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="bz2func.pas"/>
<UnitName Value="bz2func"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="1"/>
<EditorIndex Value="1"/>
<UsageCount Value="11"/>
<Loaded Value="True"/>
</Unit1>
</Units>
<JumpHistory Count="1" HistoryIndex="0">
<Position1>
<Filename Value="bz2func.pas"/>
<Caret Line="133" Column="14" TopLine="127"/>
</Position1>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\bzip2\;..\..\..\..\sdk\"/>
<UnitOutputDirectory Value="..\lib"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<DelphiCompat Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Options>
<ExecutableType Value="Library"/>
</Options>
</Linking>
<Other>
<ConfigFile>
<CustomConfigFile Value="True"/>
<ConfigFilePath Value="fpc-extra.cfg"/>
</ConfigFile>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</CONFIG>

View file

@ -1,174 +0,0 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<Version Value="5"/>
<General>
<MainUnit Value="0"/>
<IconPath Value=".\"/>
<TargetFileExt Value=".exe"/>
<ActiveEditorIndexAtStart Value="1"/>
</General>
<VersionInfo>
<ProjectVersion Value=""/>
<Language Value=""/>
<CharSet Value=""/>
</VersionInfo>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
<IgnoreBinaries Value="False"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<Units Count="14">
<Unit0>
<Filename Value="unbz2.dpr"/>
<IsPartOfProject Value="True"/>
<CursorPos X="11" Y="2"/>
<TopLine Value="1"/>
<EditorIndex Value="0"/>
<UsageCount Value="23"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="bz2func.pas"/>
<UnitName Value="bz2func"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="1"/>
<EditorIndex Value="1"/>
<UsageCount Value="11"/>
<Loaded Value="True"/>
</Unit1>
<Unit2>
<Filename Value="wcxhead.pas"/>
<UnitName Value="wcxhead"/>
<CursorPos X="47" Y="71"/>
<TopLine Value="60"/>
<UsageCount Value="10"/>
</Unit2>
<Unit3>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\inc\systemh.inc"/>
<CursorPos X="3" Y="349"/>
<TopLine Value="329"/>
<UsageCount Value="10"/>
</Unit3>
<Unit4>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\inc\objects.pp"/>
<UnitName Value="Objects"/>
<CursorPos X="10" Y="273"/>
<TopLine Value="257"/>
<UsageCount Value="10"/>
</Unit4>
<Unit5>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\objpas\sysutils\finah.inc"/>
<CursorPos X="1" Y="30"/>
<TopLine Value="13"/>
<UsageCount Value="10"/>
</Unit5>
<Unit6>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\objpas\sysutils\fina.inc"/>
<CursorPos X="1" Y="89"/>
<TopLine Value="69"/>
<UsageCount Value="10"/>
</Unit6>
<Unit7>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\inc\fexpand.inc"/>
<CursorPos X="10" Y="84"/>
<TopLine Value="553"/>
<UsageCount Value="10"/>
</Unit7>
<Unit8>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\objpas\sysutils\syspchh.inc"/>
<CursorPos X="10" Y="45"/>
<TopLine Value="18"/>
<UsageCount Value="10"/>
</Unit8>
<Unit9>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\win32\wininc\func.inc"/>
<CursorPos X="10" Y="184"/>
<TopLine Value="168"/>
<UsageCount Value="10"/>
</Unit9>
<Unit10>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\win32\sysutils.pp"/>
<UnitName Value="sysutils"/>
<CursorPos X="17" Y="254"/>
<TopLine Value="249"/>
<UsageCount Value="10"/>
</Unit10>
<Unit11>
<Filename Value="..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\objpas\sysutils\filutilh.inc"/>
<CursorPos X="19" Y="86"/>
<TopLine Value="69"/>
<UsageCount Value="10"/>
</Unit11>
<Unit12>
<Filename Value="bzip2\bzip2.pas"/>
<UnitName Value="bzip2"/>
<CursorPos X="31" Y="656"/>
<TopLine Value="700"/>
<UsageCount Value="11"/>
</Unit12>
<Unit13>
<Filename Value="..\..\..\..\..\..\Prog\lazarus\fpcsrc\rtl\inc\objects.pp"/>
<UnitName Value="Objects"/>
<CursorPos X="10" Y="273"/>
<TopLine Value="245"/>
<UsageCount Value="11"/>
</Unit13>
</Units>
<JumpHistory Count="1" HistoryIndex="0">
<Position1>
<Filename Value="bz2func.pas"/>
<Caret Line="133" Column="14" TopLine="127"/>
</Position1>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="bzip2\;..\..\..\"/>
<UnitOutputDirectory Value="lib"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<DelphiCompat Value="True"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Options>
<ExecutableType Value="Library"/>
</Options>
</Linking>
<Other>
<ConfigFile>
<CustomConfigFile Value="True"/>
<ConfigFilePath Value="fpc-$(TargetCPU).cfg"/>
</ConfigFile>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<BreakPoints Count="2">
<Item1>
<Source Value="..\..\mnt\X\linux\lazarus\lcl\include\imglist.inc"/>
<Line Value="435"/>
</Item1>
<Item2>
<Source Value="..\..\ucopythread.pas"/>
<Line Value="42"/>
</Item2>
</BreakPoints>
</Debugging>
</CONFIG>