- Timestamp:
- Oct 15, 2024, 3:22:34 AM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/nextstep.mk
r326 r339 9 9 LIBSUF = .so 10 10 AR_USUAL=rc 11 MODULE = 11 12 MAYBE_RANLIB=ranlib common.a -
trunk/Server/module.c
r315 r339 18 18 extern struct tw_config config; 19 19 20 #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) 20 #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) 21 21 void* tw_module_load(const char* path) { return NULL; } 22 22
Note:
See TracChangeset
for help on using the changeset viewer.