Ignore:
Timestamp:
May 5, 2003, 8:48:59 PM (22 years ago)
Author:
zap
Message:

This is the start of work on making EMX C runtime EMX-independent ;-)
The first signs of a GNU Make-based build system.
Fixed a lot of .s files to comply with new GAS syntax.
Added a lot of submakefiles for every sub-library.
Replaced EM's getopt.h with the one from libiberty (which supports
getopt_long). The old getopt.h has moved to include/emx, so if
some tool needs it (and you don't want to fix it to use the new getopt),
replace #include <getopt.h> with #include <emx/getopt.h>. Did so in
most EMX tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/os2.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r93 r94  
    88#endif
    99
     10#ifndef _Cdecl
    1011#define _Cdecl
     12#endif
     13#ifndef _Far16
    1114#define _Far16
     15#endif
     16#ifndef _Optlink
    1217#define _Optlink
     18#endif
     19#ifndef _Pascal
    1320#define _Pascal
     21#endif
     22#ifndef _Seg16
    1423#define _Seg16
     24#endif
     25#ifndef _System
    1526#define _System
     27#endif
    1628
    1729#if defined (USE_OS2_TOOLKIT_HEADERS)
Note: See TracChangeset for help on using the changeset viewer.