]> Git repositories of Nishi - tewi.git/commitdiff
add openserver
authorNishi <nishi@nishi.boats>
Thu, 10 Oct 2024 03:37:30 +0000 (03:37 +0000)
committerNishi <nishi@nishi.boats>
Thu, 10 Oct 2024 03:37:30 +0000 (03:37 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@309 8739d7e6-ffea-ec47-b151-bdff447c6205

Platform/openserver.mk [new file with mode: 0644]
README
README.tmpl

diff --git a/Platform/openserver.mk b/Platform/openserver.mk
new file mode 100644 (file)
index 0000000..9ab716f
--- /dev/null
@@ -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 c0567086549eb9b958477ecd8ac5d94cea79bed7..8a1286b67369609491e2aeb757a771edd3f97301 100644 (file)
--- 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
index 1aeca35709cc48bdd87f6cd36e8a76bbbd601856..b40ced2bcab351532dcc0814069a2f3e36d1dd5b 100644 (file)
@@ -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