]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - mkfiles.pl
Initial checkin of a native Mac OS X port, sharing most of its code
authorSimon Tatham <anakin@pobox.com>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
commit46bfde32e84f331f65fac3fc6e9948d78a723d95
tree93b015cb4cf2dd4d0c6f385ce6390b141926c5c7
parent0fb46d3a0a2badf72d607f95ec0e060321c860f0
Initial checkin of a native Mac OS X port, sharing most of its code
with the Unix port and layering a Cocoa GUI on top. The basics all
work: there's a configuration panel and a terminal window, the
timing interface works and the select interface functions. The same
application can run both SSH (or other network) connections and
local pty sessions, and multiple sessions in the same process are
fully supported.

However, it's horribly unfinished in a wide variety of other ways;
anyone interested is invited to read README.OSX and wince at the
length and content of its `unfinished' list.

[originally from svn r5308]
12 files changed:
Recipe
macosx/Makefile [new file with mode: 0644]
macosx/README.OSX [new file with mode: 0644]
macosx/osx.h [new file with mode: 0644]
macosx/osxclass.h [new file with mode: 0644]
macosx/osxctrls.m [new file with mode: 0644]
macosx/osxdlg.m [new file with mode: 0644]
macosx/osxmain.m [new file with mode: 0644]
macosx/osxsel.m [new file with mode: 0644]
macosx/osxwin.m [new file with mode: 0644]
mkfiles.pl
puttyps.h