Browse Source

Enable graph for go32v2 target

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

+ 1 - 1
packages/graph/fpmake.pp

@@ -25,7 +25,7 @@ begin
     P.NeedLibC:= false;  // true for headers that indirectly link to libc? OS specific?
     P.NeedLibC:= false;  // true for headers that indirectly link to libc? OS specific?
 
 
     P.CPUs:=[i386,x86_64,powerpc];
     P.CPUs:=[i386,x86_64,powerpc];
-    P.OSes:=[win32,win64,linux,freebsd,darwin];
+    P.OSes:=[go32v2,win32,win64,linux,freebsd,darwin];
 
 
     P.Dependencies.Add('sdl',[i386,powerpc],[win32,linux,freebsd,darwin]);
     P.Dependencies.Add('sdl',[i386,powerpc],[win32,linux,freebsd,darwin]);
     P.Dependencies.Add('ptc',[win32,win64,linux]);
     P.Dependencies.Add('ptc',[win32,win64,linux]);