mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
* fpmakefile updates
git-svn-id: trunk@17925 -
This commit is contained in:
parent
6d89da0654
commit
16e07fd1f8
@ -17,7 +17,7 @@ begin
|
||||
P.Directory:='fcl-base';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
P.Dependencies.Add('univint',[Darwin]);
|
||||
P.Dependencies.Add('univint',[Darwin,iPhoneSim]);
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification, ';
|
||||
@ -104,11 +104,12 @@ begin
|
||||
|
||||
// Windows units
|
||||
T:=P.Targets.AddUnit('fileinfo.pp',AllWindowsOSes);
|
||||
|
||||
T:=P.Targets.addUnit('fpmimetypes');
|
||||
|
||||
T:=P.Targets.addUnit('fpmimetypes.pp');
|
||||
|
||||
// Additional sources
|
||||
P.Sources.AddSrcFiles('src/win/fclel.*');
|
||||
// Install windows resources
|
||||
P.InstallFiles.Add('src/win/fclel.res',AllWindowsOSes);
|
||||
|
||||
// Examples
|
||||
P.ExamplePath.Add('examples');
|
||||
@ -121,8 +122,6 @@ begin
|
||||
T:=P.Targets.AddExampleProgram('base64decodingtestcase.pas');
|
||||
T:=P.Targets.AddExampleProgram('cachetest.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('debugtest.pp');
|
||||
T:=P.Targets.AddExampleProgram('doecho.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user