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

@@ -13,10 +13,6 @@ TEMPLATE_OBJS=
#else
TEMPLATE_OBJS=$(OLIAS)/mmdb/StyleSheet/SSTemplates.o
#endif
#if defined (USLArchitecture)
SYS_LIBRARIES = -lfs
#endif
MMDB_DIR=../../../mmdb

View File

@@ -198,7 +198,7 @@ Libs_C_API = $(MMDB_LIBS_C_API) $(DTSVCLIB) $(TTLIB) $(XLIB) $(MATH_LIB)
SimpleCPlusPlusProgram(dbdrv,main.o,$(Libs))
SimpleCPlusPlusProgram(restore,restore.o,$(Libs))
#if defined(USLArchitecture) || defined(LinuxArchitecture) || \
#if defined(LinuxArchitecture) || \
defined(BSDArchitecture) || defined(SunArchitecture)
SimpleCPlusPlusProgram(dbdrv_c_api,main_c_api.o,$(Libs_C_API))
#else