[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] cygwin sharedlib build fixes, terminfo
From: |
Charles Wilson |
Subject: |
[PATCH] cygwin sharedlib build fixes, terminfo |
Date: |
Tue, 15 Jul 2003 22:29:01 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 |
The attached patch represents the current set of changes in the cygwin
distribution of ncurses-5.3. The patch is against stock ncurses-5.3; no
weekly patches have been applied.
2003-07-15 Charles Wilson <address@hidden>
* aclocal.m4: on cygwin, use autodetected prefix for import
and static lib, but use "cyg" for DLL. Also, provide new
variable cf_cv_abi_version which can be overriden when build
platform modifications affect ABI (defaults to NCURSES_MAJOR)
* configure: regenerate
* include/ncurses_dll.h: correct the comments to reflect current
status of cygwin/mingw port. Fix compiler warning.
* misc/run_tic.in: ensure that tic.exe can find the uninstalled
DLL
* mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
and static libs.
* misc/terminfo.src (nxterm|xterm-color): make xterm-color
primary instead of nxterm, to match XFree86's xterm.terminfo
usage and to prevent circular links.
(rxvt): add additional codes from rxvt.org.
(rxvt-color): new alias
(rxvt-xpm): new alias
(rxvt-cygwin): like rxvt, but with special acsc codes.
(rxvt-cygwin-native): ditto. rxvt may be run under XWindows, or
with a "native" MSWin GUI. Each takes different acsc codes,
which are both different from the "normal" rxvt's acsc.
(cygwin): cygwin-in-cmd.exe window. Lots of fixes.
(cygwinDBG): ditto.
Hope this helps.
--
Chuck
ncurses maintainer for the cygwin platform
ncurses.cygwin.patch.gz
Description: GNU Zip compressed data
- [PATCH] cygwin sharedlib build fixes, terminfo,
Charles Wilson <=