git-svn-id: trunk@31857 -
@@ -28,7 +28,7 @@ begin
P.Email := '';
P.Description := 'BZip2 decompression unit.';
P.NeedLibC:= true;
- P.OSes := P.OSes - [embedded,nativent,msdos];
+ P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.SourcePath.Add('src');
P.IncludePath.Add('src');
@@ -25,7 +25,7 @@ begin
P.Description := 'Standalone CHM reader and writer library';
P.NeedLibC:= false;
D:=P.Dependencies.Add('fcl-xml');
D:=P.Dependencies.Add('fcl-base');
@@ -27,7 +27,7 @@ begin
P.Description := 'Base library of Free Component Libraries (FCL), FPC''s OOP library.';
- P.OSes:=AllOSes-[embedded,msdos];
+ P.OSes:=AllOSes-[embedded,msdos,win16];
P.SourcePath.Add('src/$(OS)');
@@ -33,7 +33,7 @@ begin
P.Description := 'Database library of Free Component Libraries(FCL), FPC''s OOP library.';
P.Directory:=ADirectory;
P.Version:='3.1.1';
@@ -30,7 +30,7 @@ begin
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
@@ -23,7 +23,7 @@ begin
P.HomepageURL := 'www.freepascal.org';
P.Email := '[email protected]';
P.Description := 'Javascript scanner/parser/syntax tree units';
@@ -26,7 +26,7 @@ begin
P.Description := 'Json interfacing, part of Free Component Libraries (FCL), FPC''s OOP library.';
@@ -31,7 +31,7 @@ begin
P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
- P.OSes:=P.OSes-[embedded,msdos];
+ P.OSes:=P.OSes-[embedded,msdos,win16];
P.IncludePath.Add('src/unix',AllUnixOSes);
P.Description := 'Pascal parsing parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.Options.Add('-S2h');
P.Description := 'Windows registry + emulation parts of Free Component Libraries (FCL), FPC''s OOP library.';
@@ -24,7 +24,7 @@ begin
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
P.Description := 'Free Pascal implementation of Service Data Objects';
// P.NeedLibC:= false;
P.SourcePath.Add('src/base');
P.Description := 'Sound loading, storing and conversion parts for the Free Component Libraries (FCL), FPC''s OOP library.';
P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.Description := 'Basic library of the fpmake/fppkg build system.';
P.NeedLibC:= false; // true for headers that indirectly link to libc?
// All dependencies (including implicit) are listed
// here to be able to update all requirements to
@@ -44,7 +44,7 @@ begin
P.Description := 'Libraries to create fppkg package managers.';
P.Description := 'Several hash and cryptography algorithms (MD5,CRC,Linux crypt and NTLM1).';
- P.OSes:=P.OSes-[embedded];
+ P.OSes:=P.OSes-[embedded,win16];
P.Dependencies.Add('rtl-objpas');
P.Description := 'Library for pixel graphics conversion';
P.NeedLibC := false;
@@ -20,7 +20,7 @@ begin
{$endif ALLPACKAGES}
T:=P.Targets.AddUnit('gd.pas');
P.HomepageURL := 'http://www.destructor.de/';
P.Description := 'Library for handling tar-files.';
- P.OSes:=AllOSes-[embedded];
+ P.OSes:=AllOSes-[embedded,win16];
T:=P.Targets.AddUnit('libtar.pp');
@@ -19,7 +19,7 @@ begin
D:=P.Dependencies.Add('hash');
D.Version:='3.1.1';
P.Dependencies.Add('morphunits',[morphos]);
if Defaults.CPU=arm then
P.OSes := P.OSes - [darwin];
- P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds];
+ P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16];
T:=P.Targets.AddUnit('logger.pas');
with T.Dependencies do
@@ -18,7 +18,7 @@ begin
- P.OSes := AllUnixOSes+AllWindowsOSes-[qnx];
+ P.OSes := AllUnixOSes+AllWindowsOSes-[qnx,win16];
P.Description := 'Expression parser with support for fast evaluation';
- P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx]-[qnx];
+ P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx]-[qnx,win16];
T:=P.Targets.AddUnit('tcl80.pp');
T:=P.Targets.AddUnit('unzip51g.pp');