]> Git repositories of Nishi - tewi.git/commitdiff
trying to add nextstep support
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:48:14 +0000 (17:48 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 17:48:14 +0000 (17:48 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@326 8739d7e6-ffea-ec47-b151-bdff447c6205

Platform/nextstep.mk
README

index e0d1c54ecdbacab3721762cf1737dd5afb8da92e..5b0c1e110b4dcfa741d426e49d9c6f3b5040e1e5 100644 (file)
@@ -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 2199757c8082dfc9ecab17d920b338a52cfc0d5a..c2034d866cd4ba176583f6d91d7851be9a980654 100644 (file)
--- 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)