* Enable mad package for win64

git-svn-id: trunk@20421 -
This commit is contained in:
pierre 2012-02-24 00:19:10 +00:00
parent 5501cc7b2b
commit e5692558b9

View File

@ -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');