|
@@ -17,7 +17,7 @@ begin
|
|
P.Directory:='fcl-base';
|
|
P.Directory:='fcl-base';
|
|
{$endif ALLPACKAGES}
|
|
{$endif ALLPACKAGES}
|
|
P.Version:='2.2.2-0';
|
|
P.Version:='2.2.2-0';
|
|
- P.Dependencies.Add('univint',[Darwin]);
|
|
|
|
|
|
+ P.Dependencies.Add('univint',[Darwin,iPhoneSim]);
|
|
|
|
|
|
P.Author := '<various>';
|
|
P.Author := '<various>';
|
|
P.License := 'LGPL with modification, ';
|
|
P.License := 'LGPL with modification, ';
|
|
@@ -104,11 +104,12 @@ begin
|
|
|
|
|
|
// Windows units
|
|
// Windows units
|
|
T:=P.Targets.AddUnit('fileinfo.pp',AllWindowsOSes);
|
|
T:=P.Targets.AddUnit('fileinfo.pp',AllWindowsOSes);
|
|
-
|
|
|
|
- T:=P.Targets.addUnit('fpmimetypes');
|
|
|
|
-
|
|
|
|
|
|
+ T:=P.Targets.addUnit('fpmimetypes.pp');
|
|
|
|
+
|
|
// Additional sources
|
|
// Additional sources
|
|
P.Sources.AddSrcFiles('src/win/fclel.*');
|
|
P.Sources.AddSrcFiles('src/win/fclel.*');
|
|
|
|
+ // Install windows resources
|
|
|
|
+ P.InstallFiles.Add('src/win/fclel.res',AllWindowsOSes);
|
|
|
|
|
|
// Examples
|
|
// Examples
|
|
P.ExamplePath.Add('examples');
|
|
P.ExamplePath.Add('examples');
|
|
@@ -121,8 +122,6 @@ begin
|
|
T:=P.Targets.AddExampleProgram('base64decodingtestcase.pas');
|
|
T:=P.Targets.AddExampleProgram('base64decodingtestcase.pas');
|
|
T:=P.Targets.AddExampleProgram('cachetest.pp');
|
|
T:=P.Targets.AddExampleProgram('cachetest.pp');
|
|
T:=P.Targets.AddExampleProgram('cfgtest.pp');
|
|
T:=P.Targets.AddExampleProgram('cfgtest.pp');
|
|
- T:=P.Targets.AddExampleProgram('daemon.pp');
|
|
|
|
- T:=P.Targets.AddExampleProgram('daemon.txt');
|
|
|
|
T:=P.Targets.AddExampleProgram('dbugsrv.pp');
|
|
T:=P.Targets.AddExampleProgram('dbugsrv.pp');
|
|
T:=P.Targets.AddExampleProgram('debugtest.pp');
|
|
T:=P.Targets.AddExampleProgram('debugtest.pp');
|
|
T:=P.Targets.AddExampleProgram('doecho.pp');
|
|
T:=P.Targets.AddExampleProgram('doecho.pp');
|