mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Add some backends, a network interface and some library routines to the
Mac port. [originally from svn r2453]
This commit is contained in:
parent
ba15f25503
commit
907a420878
7
Recipe
7
Recipe
@ -109,6 +109,7 @@ SFTP = sftp int64 logging
|
|||||||
# Pageant or PuTTYgen).
|
# Pageant or PuTTYgen).
|
||||||
WINMISC = misc version winstore settings tree234 winnet proxy cmdline
|
WINMISC = misc version winstore settings tree234 winnet proxy cmdline
|
||||||
UXMISC = misc version uxstore settings tree234 uxnet proxy cmdline
|
UXMISC = misc version uxstore settings tree234 uxnet proxy cmdline
|
||||||
|
MACMISC = misc macstore settings tree234 mtcpnet proxy
|
||||||
|
|
||||||
# Character set library, for use in pterm.
|
# Character set library, for use in pterm.
|
||||||
CHARSET = sbcsdat slookup sbcs utf8 toucs fromucs xenc mimeenc macenc
|
CHARSET = sbcsdat slookup sbcs utf8 toucs fromucs xenc mimeenc macenc
|
||||||
@ -144,6 +145,6 @@ pterm : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
|
|||||||
|
|
||||||
plink : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC
|
plink : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC
|
||||||
|
|
||||||
PuTTY : [M] terminal wcwidth tree234 misc ldisc ldiscucs
|
PuTTY : [M] terminal wcwidth ldisc ldiscucs logging be_nossh mac macdlg
|
||||||
+ logging settings be_none mac macdlg macstore macterm macucs
|
+ macterm macucs mac_res.rsrc testback NONSSH MACMISC CHARSET
|
||||||
+ mac_res.rsrc testback CHARSET
|
+ stricmp vsnprint
|
||||||
|
Loading…
Reference in New Issue
Block a user