From: Nishi Date: Mon, 14 Oct 2024 17:48:14 +0000 (+0000) Subject: trying to add nextstep support X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=a32a74333e84ac90954e9feb1f9cd54973258e69;p=tewi.git trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@326 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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)