mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:29:11 +02:00
Add BeOS as supported target
git-svn-id: trunk@37282 -
This commit is contained in:
parent
9fd998713c
commit
ae44c6332a
@ -9,7 +9,7 @@ uses fpmkunit;
|
|||||||
procedure add_dblib(const ADirectory: string);
|
procedure add_dblib(const ADirectory: string);
|
||||||
|
|
||||||
Const
|
Const
|
||||||
DBLibOSes = [linux,freebsd,netbsd,openbsd,solaris,win32,win64,haiku,android,dragonfly];
|
DBLibOSes = [linux,freebsd,netbsd,openbsd,solaris,win32,win64,haiku,android,dragonfly,beos];
|
||||||
|
|
||||||
Var
|
Var
|
||||||
P : TPackage;
|
P : TPackage;
|
||||||
|
Loading…
Reference in New Issue
Block a user