Parcourir la source

* enabled package for linux, win32, win64, wince (mantis #24149)

git-svn-id: trunk@24073 -
Jonas Maebe il y a 12 ans
Parent
commit
db86fb7db5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/opengles/fpmake.pp

+ 1 - 1
packages/opengles/fpmake.pp

@@ -21,7 +21,7 @@ begin
     P.Author := 'Free Pascal Development team';
     P.Author := 'Free Pascal Development team';
     P.License := 'LGPL with modification';
     P.License := 'LGPL with modification';
     P.HomepageURL := 'www.freepascal.org';
     P.HomepageURL := 'www.freepascal.org';
-    P.OSes := [darwin,iphonesim];
+    P.OSes := [darwin,iphonesim,linux,win32,win64,wince];
 
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');