From dc76bf355ddde3d46ff6cf3a6bc12239f1d17868 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 10 Oct 2024 03:37:30 +0000 Subject: [PATCH] add openserver git-svn-id: file:///raid/svn-personal/tewi/trunk@309 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Platform/openserver.mk | 12 ++++++++++++ README | 1 + README.tmpl | 1 + 3 files changed, 14 insertions(+) create mode 100644 Platform/openserver.mk diff --git a/Platform/openserver.mk b/Platform/openserver.mk new file mode 100644 index 0000000..9ab716f --- /dev/null +++ b/Platform/openserver.mk @@ -0,0 +1,12 @@ +# $Id$ + +SHELL = /usr/bin/bash + +CC = gcc +AR = ar +CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat +LDFLAGS = +SHARED = -G +LIBS = -lsocket -ldl +EXEC = +LIBSUF = .so diff --git a/README b/README index c056708..8a1286b 100644 --- a/README +++ b/README @@ -43,6 +43,7 @@ NetBSD Working on NetBSD/amd64 10.0 OpenBSD Working Haiku Working Minix Working +UnixWare Working on 7.1.1 PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) PlayStation 2 Not working diff --git a/README.tmpl b/README.tmpl index 1aeca35..b40ced2 100644 --- a/README.tmpl +++ b/README.tmpl @@ -43,6 +43,7 @@ NetBSD Working on NetBSD/amd64 10.0 OpenBSD Working Haiku Working Minix Working +UnixWare Working on 7.1.1 PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) PlayStation 2 Not working -- 2.45.2