From b4ab119c7c52ee0ee3751470dfcff88860252df1 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 18:22:34 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@339 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Platform/nextstep.mk | 1 + Server/module.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/nextstep.mk b/Platform/nextstep.mk index 5b0c1e1..88dc613 100644 --- a/Platform/nextstep.mk +++ b/Platform/nextstep.mk @@ -8,4 +8,5 @@ LIBS = -ldl EXEC = LIBSUF = .so AR_USUAL=rc +MODULE = MAYBE_RANLIB=ranlib common.a diff --git a/Server/module.c b/Server/module.c index 28a597d..8ebd395 100644 --- a/Server/module.c +++ b/Server/module.c @@ -17,7 +17,7 @@ extern struct tw_config config; -#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) +#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) void* tw_module_load(const char* path) { return NULL; } void* tw_module_symbol(void* mod, const char* sym) { return NULL; } -- 2.45.2