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