mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Substantial overhaul of Mac build system. We now have working PowerPC builds,
and optimisation (for size) enabled. [originally from svn r2378]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
$Id: README.mac,v 1.3 2002/12/13 00:50:53 ben Exp $
|
||||
$Id: README.mac,v 1.4 2002/12/29 15:44:15 ben Exp $
|
||||
|
||||
Information about PuTTY for the Mac OS
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
@ -25,9 +25,11 @@ Compiling it:
|
||||
Encoding Converter SDK into "Interfaces&Libraries:Libraries:Libraries".
|
||||
|
||||
The "mkputty.mpw" script does most of the work, but currently needs
|
||||
you to run "Rez -append -o PuTTY mac_res.r" to get the
|
||||
resources compiled in. The Makefile currently only generates a
|
||||
Classic 68K application. Other architectures will come later.
|
||||
you to run "Rez -append -o PuTTY.68k mac_res.r", and the same for
|
||||
PuTTY.ppc to get the resources compiled in.
|
||||
|
||||
The current Makefile producess a Classic 68K build of PuTTY called
|
||||
"PuTTY.68k" and a non-Carbon PowerPC build called "PuTTY.ppc".
|
||||
|
||||
Runtime requirements:
|
||||
|
||||
|
Reference in New Issue
Block a user