Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View 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()