1 Star 0 Fork 0

xmake-io/xmake-core-pdcurses

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
William McBrine 提交于 2022-01-14 16:15 . Redundant distribution stati

PDCurses for DOS

This directory contains PDCurses source code files specific to DOS.

Building

  • Choose the appropriate makefile for your compiler:

      Makefile     - DJGPP
      Makefile.bcc - Borland C++
      Makefile.wcc - Watcom
  • For 16-bit compilers, you can change the memory MODEL as a command- line option. (Large model is the default, and recommended.) With Watcom, specifying "MODEL=f" (flat) will automatically switch to a 32-bit build.

  • Optionally, you can build in a different directory than the platform directory by setting PDCURSES_SRCDIR to point to the directory where you unpacked PDCurses, and changing to your target directory:

      set PDCURSES_SRCDIR=c:\pdcurses
  • Build it:

      make -f makefile

    (For Watcom, use "wmake" instead of "make".) You'll get the library (pdcurses.lib or .a, depending on your compiler) and a lot of object files. Add the target "demos" to build the sample programs.

Acknowledgements

Watcom C port was provided by Pieter Kunst kunst@prl.philips.nl

DJGPP port was provided by David Nugent davidn@csource.oz.au

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xmake-io/xmake-core-pdcurses.git
git@gitee.com:xmake-io/xmake-core-pdcurses.git
xmake-io
xmake-core-pdcurses
xmake-core-pdcurses
xmake-core

搜索帮助

Cb406eda 1850385 E526c682 1850385