diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 03:17:58 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 03:17:58 +0100 |
commit | 18fe0730c2757464f19636737a83fe65a26e3a1b (patch) | |
tree | bfd1b35162ec3279bff76a5fb5f94fbab79f56c4 /debian | |
parent | 537b7b5e9f71cb57a690d903d1787d119eaa29d0 (diff) | |
download | sciteco-18fe0730c2757464f19636737a83fe65a26e3a1b.tar.gz |
added PDCURSES_LIBS ./configure variable to overwrite the check for PDCurses
* allows us to link against PDCurses/win32a statically.
It requires additional Windows DLLs (gdi32 and comdlg32) and since
there's no PDCurses configuration mechanism, it is easiest to set
the PDCurses linker flags using a PDCURSES_LIBS env variable.
* This is only possible since Scintilla links statically, we do the
linking of the binary and can provide the linker flags.
It is still not possible to overwrite the CFLAGS used for PDCurses
without modifying the Scinterm Makefile.
* Using PDCURSES_LIBS we can get rid of --with-interface=emcurses since
if library checks fail with EMscripten, we can simply define
PDCURSES_LIBS="-lpdcurses"
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions