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

..03-May-2022-

MakefileH A D09-Mar-20192.6 KiB13084

Makefile.mngH A D09-Mar-20192.3 KiB11784

README.mdH A D09-Mar-20191,000 3221

deffont.hH A D09-Mar-201926.4 KiB386381

deficon.hH A D09-Mar-20191.3 KiB2421

pdcclip.cH A D09-Mar-20193.5 KiB13253

pdcdisp.cH A D09-Mar-20199.5 KiB374277

pdcgetsc.cH A D09-Mar-2019513 3116

pdckbd.cH A D09-Mar-201911.8 KiB406305

pdcscrn.cH A D09-Mar-201910 KiB415312

pdcsdl.hH A D09-Mar-20191.2 KiB3220

pdcsetsc.cH A D09-Mar-20191.7 KiB6519

pdcutil.cH A D09-Mar-2019800 4029

sdltest.cH A D09-Mar-20191.7 KiB8046

README.md

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" or "make WIDE=Y"
11  in the sdl1 directory. There is no configure script (yet?) for this
12  port. This assumes a working sdl-config, and GNU make. It builds the
13  library 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",  "DEBUG=Y",  and "WIDE=Y",  as with the console
18  version.  Both makefiles recognize the optional PDCURSES_SRCDIR
19  environment variable, as with the console ports. Makefile.mng builds
20  libpdcurses.a, along with pdcurses.dll, if specified.
21
22Distribution Status
23-------------------
24
25The files in this directory are released to the Public Domain.
26
27
28Acknowledgements
29----------------
30
31SDL port was provided by William McBrine <wmcbrine@gmail.com>
32