Explorar el Código

Merge 43103, removing conflict
------------------------------------------------------------------------
r43103 | pierre | 2019-10-01 12:50:26 +0000 (Tue, 01 Oct 2019) | 1 line

Remove symbian from fppkg OS list
------------------------------------------------------------------------
--- Merging r43103 into '.':
C utils/fppkg/fpmake.pp
--- Recording mergeinfo for merge of r43103 into '.':
U .
Summary of conflicts:
Text conflicts: 1

git-svn-id: branches/fixes_3_2@46924 -

pierre hace 4 años
padre
commit
73feaf992c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/fppkg/fpmake.pp

+ 1 - 1
utils/fppkg/fpmake.pp

@@ -31,7 +31,7 @@ begin
     P.Directory:=ADirectory;
     P.Version:='3.2.1';
 
-    P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macosclassic,palmos,atari];
+    P.OSes:=AllOSes-[embedded,msdos,win16,go32v2,nativent,macosclassic,palmos,atari,symbian];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];