Ignore:
Timestamp:
Apr 11, 2006, 12:50:06 AM (19 years ago)
Author:
bird
Message:

#89: more wlink stuff. ; Fixed the exp=int .def errors in weakld.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx/src/emxomf/weakld.h

    r941 r2692  
    4444    WLDC_CASE_INSENSITIVE = 4,
    4545    /** The linker is link386. */
    46     WLDC_LINKER_LINK386 = 0x1000
     46    WLDC_LINKER_LINK386 = 0x1000,
     47    /** The linker is wlink. */
     48    WLDC_LINKER_WLINK = 0x2000
    4749};
    4850
Note: See TracChangeset for help on using the changeset viewer.