cactus: fixes the dependency on synapse to have a correct filename
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
00a628b20a
commit
c07c124a6b
@ -10,7 +10,6 @@
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="cactus"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<AutoIncrementBuild Value="True"/>
|
||||
@ -35,14 +34,14 @@
|
||||
</RunParams>
|
||||
<RequiredPackages Count="5">
|
||||
<Item1>
|
||||
<PackageName Value="LCLBase"/>
|
||||
<MinVersion Valid="True"/>
|
||||
<PackageName Value="laz_synapse"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="lnetbase"/>
|
||||
<PackageName Value="LCLBase"/>
|
||||
<MinVersion Valid="True"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="synapse"/>
|
||||
<PackageName Value="lnetbase"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<PackageName Value="LCL"/>
|
||||
|
@ -23,12 +23,10 @@ uses
|
||||
{$ifdef linux}
|
||||
cthreads,
|
||||
{$endif}
|
||||
global_vars,
|
||||
Interfaces,SysUtils,
|
||||
Forms, status, settings, player, graphics, editid3, directories, skin,
|
||||
cdrip, mediacol, BigCoverImg, mainform, cddb,
|
||||
debug, config, {imagesforlazarus,} addradio, streamcol,
|
||||
playerclass, CleanLibrary, lnetbase, synapse{, plugininterfaces}, guesstag;
|
||||
global_vars, Interfaces, SysUtils, Forms, status, settings, player, graphics,
|
||||
laz_synapse, editid3, directories, skin, cdrip, mediacol, BigCoverImg,
|
||||
mainform, cddb, debug, config, addradio, streamcol, playerclass, CleanLibrary,
|
||||
lnetbase, guesstag;
|
||||
|
||||
var
|
||||
invalid_param, skip_config: boolean;
|
||||
|
Binary file not shown.
@ -1,5 +1,3 @@
|
||||
{ Das ist eine automatisch erzeugte Lazarus-Ressourcendatei }
|
||||
|
||||
LazarusResources.Add('TSettings','FORMDATA',[
|
||||
'TPF0'#9'TSettings'#8'Settings'#4'Left'#3#198#1#6'Height'#3#10#2#3'Top'#3#206
|
||||
+#0#5'Width'#3#227#1#13'ActiveControl'#7#12'PageControl1'#11'BorderIcons'#11
|
||||
|
Loading…
Reference in New Issue
Block a user