mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* Enable mad package for win64
git-svn-id: trunk@20421 -
This commit is contained in:
parent
5501cc7b2b
commit
e5692558b9
@ -17,7 +17,7 @@ begin
|
||||
P.Directory:='mad';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.7.1';
|
||||
P.OSes := [linux,win32];
|
||||
P.OSes := [linux,win32,win64];
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('mad.pas');
|
||||
|
Loading…
Reference in New Issue
Block a user