Browse Source

* Enable mad package for win64

git-svn-id: trunk@20421 -
pierre 13 years ago
parent
commit
e5692558b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/mad/fpmake.pp

+ 1 - 1
packages/mad/fpmake.pp

@@ -17,7 +17,7 @@ begin
     P.Directory:='mad';
     P.Directory:='mad';
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}
     P.Version:='2.7.1';
     P.Version:='2.7.1';
-    P.OSes := [linux,win32];
+    P.OSes := [linux,win32,win64];
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
 
 
     T:=P.Targets.AddUnit('mad.pas');
     T:=P.Targets.AddUnit('mad.pas');