drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / payloads / libpayload / curses / PDCurses / os2 / README
blob34e087524280effa06c866ab0ad386fd4d1399af
1 PDCurses for OS/2
2 =================
4 This directory contains PDCurses source code files specific to OS/2.
7 Building
8 --------
10 . Choose the appropriate makefile for your compiler:
12         bccos2.mak      - Borland C++ 2.0
13         gccos2.mak      - EMX 0.9b+
14         iccos2.mak      - C Set/2
15         wccos2.mak      - Watcom 10.6+ (32-bit)
17 . Optionally, you can build in a different directory than the platform
18   directory by setting PDCURSES_SRCDIR to point to the directory where
19   you unpacked PDCurses, and changing to your target directory:
21         set PDCURSES_SRCDIR=c:\pdcurses
23 . Build it:
25         make -f makefilename
27   (For Watcom, use "wmake" instead of "make"; for MSVC or C Set/2,
28   "nmake".) You'll get the libraries (pdcurses.lib or .a, depending on
29   your compiler; and panel.lib or .a), the demos (*.exe), and a lot of
30   object files. Note that the panel library is just a copy of the main
31   library, provided for convenience; both panel and curses functions are
32   in the main library.
34   You can also use the optional parameter "DLL=Y" with EMX, to build the
35   library as a DLL:
37         make -f gccos2.mak DLL=Y
40 Distribution Status
41 -------------------
43 The files in this directory are released to the Public Domain.