Remove Unixware and openserver support
[oweals/cde.git] / cde / lib / DtHelp / il / Imakefile
index b62191318313a55e8b2596456d554156ef96ddfc..52684e542876cc1442f0a7b2042fe40ab85039e2 100644 (file)
@@ -25,11 +25,6 @@ DEFINES = -DDTLIB $(LOCAL_DEFINES) \
          -DOSMINORVERSION=OSMinorVersion \
          $(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
 
-#ifdef SCOArchitecture
-/* ilscalesample.o breaks the MS loader.  Remove it for now */
-all:: ilscalesample.o libXvh.a
-#endif
-
 SRCS =  ilX.c                ilbigray.c           ilcodec.c \
         ilcontext.c          ilconvert.c          ilcrop.c \
         ildata.c             ildecompg3.c         ildecompg4.c \
@@ -64,9 +59,4 @@ OBJS =  ilX.o                ilbigray.o           ilcodec.o \
 
 SubdirLibraryRule($(OBJS))
 
-/* MS Compiler bug, remove when we go to USL compiler */
-#ifdef SCOArchitecture
-SpecialFlagsObjectRule(iltiff,-Oi -DUSE_INLINE_CODE)
-#endif
-
 DependTarget()