Browse Source

+ enabled compilation of unit printer on i8086-msdos after the move to rtl-extra

git-svn-id: trunk@27363 -
nickysn 11 years ago
parent
commit
aba62b11f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -12,7 +12,7 @@ Const
   // in workable state atm.
   UnixLikes = AllUnixOSes -[QNX]; // qnx never was active in 2.x afaik
 
-  PrinterOSes   = [go32v2,msdos,os2,win32]+unixlikes-[beos,haiku,morphos,msdos];
+  PrinterOSes   = [go32v2,msdos,os2,win32]+unixlikes-[beos,haiku,morphos];
   SerialOSes    = [android,linux,netbsd,openbsd,win32,win64];
   UComplexOSes  = [amiga,emx,gba,go32v2,morphos,msdos,nativent,nds,netware,netwlibc,os2,watcom,wii,wince,win32,win64]+UnixLikes;
   MatrixOSes	= [amiga,emx,gba,go32v2,morphos,msdos,nativent,nds,netware,netwlibc,os2,wii,win32,win64,wince]+UnixLikes;