- Timestamp:
- Oct 15, 2024, 2:48:14 AM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/nextstep.mk
r324 r326 3 3 CC = cc 4 4 AR = ar 5 CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_ XOPEN_SOURCE=600-Duint64_t=uint32_t -DREALLY_OLD5 CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_NEXT_SOURCE -Duint64_t=uint32_t -DREALLY_OLD 6 6 LDFLAGS = 7 7 LIBS = -ldl -
trunk/README
r315 r326 46 46 UnixWare Working on 7.1.1 47 47 OS/2 Working 48 NetWare WIP 48 NetWare WIP, cannot run fopen somehow (left as-is) 49 NeXTSTEP WIP 49 50 PlayStation Portable Working, missing module support 50 51 TODO: Get multi-threading working (maybe) 51 PlayStation 2 Not working 52 PlayStation 2 Not working (left as-is) 52 53 PlayStation 3 Working, missing module support 53 54 TODO: Get multi-threading working (maybe)
Note:
See TracChangeset
for help on using the changeset viewer.