Changeset 399 in Main for trunk


Ignore:
Timestamp:
Nov 1, 2024, 12:31:42 AM (2 weeks ago)
Author:
Nishi
Message:

add darwin

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r392 r399  
    4848UnixWare                 Working on 7.1.1
    4949OS/2                     Working
     50Darwin                   Working on 8.0.1
    5051NetWare                  Working on 6.5 SP8, missing module support
    5152DOS                      Working, missing module support and multi-threading
  • trunk/README.tmpl

    r385 r399  
    4848UnixWare                 Working on 7.1.1
    4949OS/2                     Working
     50Darwin                   Working on 8.0.1
    5051NetWare                  Working on 6.5 SP8, missing module support
    5152DOS                      Working, missing module support and multi-threading
  • trunk/Server/version.c

    r385 r399  
    3636#elif defined(__HAIKU__)
    3737    "Haiku"
     38#elif defined(__APPLE__)
     39    "Darwin"
    3840#elif defined(__CYGWIN__)
    3941    "Cygwin"
Note: See TracChangeset for help on using the changeset viewer.