From a32a74333e84ac90954e9feb1f9cd54973258e69 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 17:48:14 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@326 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Platform/nextstep.mk | 2 +- README | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Platform/nextstep.mk b/Platform/nextstep.mk index e0d1c54..5b0c1e1 100644 --- a/Platform/nextstep.mk +++ b/Platform/nextstep.mk @@ -2,7 +2,7 @@ CC = cc AR = ar -CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_XOPEN_SOURCE=600 -Duint64_t=uint32_t -DREALLY_OLD +CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_NEXT_SOURCE -Duint64_t=uint32_t -DREALLY_OLD LDFLAGS = LIBS = -ldl EXEC = diff --git a/README b/README index 2199757..c2034d8 100644 --- a/README +++ b/README @@ -45,9 +45,10 @@ Haiku Working Minix Working UnixWare Working on 7.1.1 OS/2 Working -NetWare WIP +NetWare WIP, cannot run fopen somehow (left as-is) +NeXTSTEP WIP PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) -PlayStation 2 Not working +PlayStation 2 Not working (left as-is) PlayStation 3 Working, missing module support TODO: Get multi-threading working (maybe) -- 2.45.2