Changeset 339 in Main for trunk


Ignore:
Timestamp:
Oct 15, 2024, 3:22:34 AM (5 weeks ago)
Author:
Nishi
Message:

trying to add nextstep support

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/nextstep.mk

    r326 r339  
    99LIBSUF = .so
    1010AR_USUAL=rc
     11MODULE =
    1112MAYBE_RANLIB=ranlib common.a
  • trunk/Server/module.c

    r315 r339  
    1818extern struct tw_config config;
    1919
    20 #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__)
     20#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__)
    2121void* tw_module_load(const char* path) { return NULL; }
    2222
Note: See TracChangeset for help on using the changeset viewer.