mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Saw uxcfg.c in half down the middle, to separate out config changes
that apply to all Unix-like systems from those which apply specifically to the GTK front end. [originally from svn r5292]
This commit is contained in:
4
Recipe
4
Recipe
@ -190,8 +190,8 @@ GUITERM = TERMINAL window windlg winctrls sizetip winucs winprint
|
||||
+ winutils wincfg
|
||||
|
||||
# Same thing on Unix.
|
||||
UXTERM = TERMINAL gtkwin gtkdlg gtkcols gtkpanel uxcfg uxucs uxprint xkeysym
|
||||
+ timing
|
||||
UXTERM = TERMINAL gtkwin gtkdlg gtkcols gtkpanel gtkcfg uxcfg uxucs uxprint
|
||||
+ xkeysym timing
|
||||
|
||||
# Non-SSH back ends (putty, puttytel, plink).
|
||||
NONSSH = telnet raw rlogin ldisc pinger
|
||||
|
Reference in New Issue
Block a user