• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D21-Jul-20082.1 KiB10267

Makefile.mngH A D21-Jul-20082 KiB10676

READMEH A D14-Jul-20081,003 3422

deffont.hH A D14-Jul-200826.1 KiB386381

deficon.hH A D14-Jul-20081.3 KiB2421

pdcclip.cH A D14-Jul-20083.6 KiB12954

pdcdisp.cH A D14-Jul-20087.3 KiB302201

pdcgetsc.cH A D14-Jul-2008550 3317

pdckbd.cH A D14-Jul-200811.1 KiB390292

pdcscrn.cH A D14-Jul-20086.4 KiB296215

pdcsdl.hH A D14-Jul-20081.1 KiB2713

pdcsetsc.cH A D14-Jul-20081.8 KiB6322

pdcutil.cH A D14-Jul-2008356 2416

sdltest.cH A D14-Jul-20081.7 KiB8246

README

1PDCurses for SDL
2================
3
4This is a port of PDCurses for SDL.
5
6
7Building
8--------
9
10. On *nix (including Linux and Mac OS X), run "make" in the sdl1
11  directory. There is no configure script (yet?) for this port. This
12  assumes a working sdl-config, and GNU make. It builds the library
13  libpdcurses.a (dynamic lib not implemented).
14
15  With MinGW, run "make -f Makefile.mng". This assumes SDL is installed
16  in the standard directories. The MinGW makefile accepts the optional
17  parameters "DLL=Y" and "DEBUG=Y", as with the console version. (Wide-
18  character support is not yet implemented for SDL.) Both makefiles
19  recognize the optional PDCURSES_SRCDIR environment variable, as with
20  the console ports. Makefile.mng builds libpdcurses.a, along with
21  pdcurses.dll, if specified.
22
23
24Distribution Status
25-------------------
26
27The files in this directory are released to the Public Domain.
28
29
30Acknowledgements
31----------------
32
33SDL port was provided by William McBrine <wmcbrine@users.sf.net>
34