# Makefile for putty under MPW.
#
# This file was created by `mkfiles.pl' from the `Recipe' file.
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
#
# Extra options you can set:
#
# - FWHACK=-d FWHACK
# Enables a hack that tunnels through some firewall proxies.
#
# - VER=-d SNAPSHOT=1999-01-25
# Generates executables whose About box report them as being a
# development snapshot.
#
# - VER=-d RELEASE=0.43
# Generates executables whose About box report them as being a
# release version.
#
# - COMPAT=-d AUTO_WINSOCK
# Causes PuTTY to assume that <windows.h> includes its own WinSock
# header file, so that it won't try to include <winsock.h>.
#
# - COMPAT=-d WINSOCK_TWO
# Causes the PuTTY utilities to include <winsock2.h> instead of
# <winsock.h>, except Plink which _needs_ WinSock 2 so it already
# does this.
#
# - COMPAT=-d NO_SECURITY
# Disables Pageant's use of <aclapi.h>, which is not available
# with some development environments (such as older versions of
# the Cygwin/mingw GNU toolchain). This means that Pageant
# won't care about the local user ID of processes accessing it; a
# version of Pageant built with this option will therefore refuse
# to run under NT-series OSes on security grounds (although it
# will run fine on Win95-series OSes where there is no access
# control anyway).
#
# - COMPAT=-d NO_MULTIMON
# Disables PuTTY's use of <multimon.h>, which is not available
# with some development environments. This means that PuTTY's
# full-screen mode (configurable to work on Alt-Enter) will
# not behave usefully in a multi-monitor environment.
#
# Note that this definition is always enabled in the Cygwin
# build, since at the time of writing this <multimon.h> is
# known not to be available in Cygwin.
#
# - COMPAT=-d MSVC4
# - RCFL=-d MSVC4
# Makes a couple of minor changes so that PuTTY compiles using
# MSVC 4. You will also need /DNO_SECURITY and /DNO_MULTIMON.
#
# - RCFL=-d ASCIICTLS
# Uses ASCII rather than Unicode to specify the tab control in
# the resource file. Probably most useful when compiling with
# Cygnus/mingw32, whose resource compiler may have less of a
# problem with it.
#
# - XFLAGS=-d TELNET_DEFAULT
# Causes PuTTY to default to the Telnet protocol (in the absence
# of Default Settings and so on to the contrary). Normally PuTTY
# will default to SSH.
#
# - XFLAGS=-d DEBUG
# Causes PuTTY to enable internal debugging.
#
# - XFLAGS=-d MALLOC_LOG
# Causes PuTTY to emit a file called putty_mem.log, logging every
# memory allocation and free, so you can track memory leaks.
#
# - XFLAGS=-d MINEFIELD
# Causes PuTTY to use a custom memory allocator, similar in
# concept to Electric Fence, in place of regular malloc(). Wastes
# huge amounts of RAM, but should cause heap-corruption bugs to
# show up as GPFs at the point of failure rather than appearing
# later on as second-level damage.
#
ROptions = `Echo "{VER}" | StreamEdit -e "1,$ replace /=(Å)¨1°/ 'STR=¶¶¶¶¶"' ¨1 '¶¶¶¶¶"'"`
C_68K = {C}
C_CFM68K = {C}
C_PPC = {PPCC}
C_Carbon = {PPCC}
# -w 35 disables "unused parameter" warnings
COptions = -i : -i :: -i ::charset -w 35 -w err -proto strict -ansi on ¶
-notOnce
COptions_68K = {COptions} -model far -opt time
# Enabling "-opt space" for CFM-68K gives me undefined references to
# _$LDIVT and _$LMODT.
COptions_CFM68K = {COptions} -model cfmSeg -opt time
COptions_PPC = {COptions} -opt size -traceback
COptions_Carbon = {COptions} -opt size -traceback -d TARGET_API_MAC_CARBON
Link_68K = ILink
Link_CFM68K = ILink
Link_PPC = PPCLink
Link_Carbon = PPCLink
LinkOptions = -c 'pTTY'
LinkOptions_68K = {LinkOptions} -br 68k -model far -compact
LinkOptions_CFM68K = {LinkOptions} -br 020 -model cfmseg -compact
LinkOptions_PPC = {LinkOptions}
LinkOptions_Carbon = -m __appstart -w {LinkOptions}
Libs_68K = "{CLibraries}StdCLib.far.o" ¶
"{Libraries}MacRuntime.o" ¶
"{Libraries}MathLib.far.o" ¶
"{Libraries}IntEnv.far.o" ¶
"{Libraries}Interface.o" ¶
"{Libraries}Navigation.far.o" ¶
"{Libraries}OpenTransport.o" ¶
"{Libraries}OpenTransportApp.o" ¶
"{Libraries}OpenTptInet.o" ¶
"{Libraries}UnicodeConverterLib.far.o"
Libs_CFM = "{SharedLibraries}InterfaceLib" ¶
"{SharedLibraries}StdCLib" ¶
"{SharedLibraries}AppearanceLib" ¶
-weaklib AppearanceLib ¶
"{SharedLibraries}NavigationLib" ¶
-weaklib NavigationLib ¶
"{SharedLibraries}TextCommon" ¶
-weaklib TextCommon ¶
"{SharedLibraries}UnicodeConverter" ¶
-weaklib UnicodeConverter
Libs_CFM68K = {Libs_CFM} ¶
"{CFM68KLibraries}NuMacRuntime.o"
Libs_PPC = {Libs_CFM} ¶
"{SharedLibraries}ControlsLib" ¶
-weaklib ControlsLib ¶
"{SharedLibraries}WindowsLib" ¶
-weaklib WindowsLib ¶
"{SharedLibraries}OpenTransportLib" ¶
-weaklib OTClientLib ¶
-weaklib OTClientUtilLib ¶
"{SharedLibraries}OpenTptInternetLib" ¶
-weaklib OTInetClientLib ¶
"{PPCLibraries}StdCRuntime.o" ¶
"{PPCLibraries}PPCCRuntime.o" ¶
"{PPCLibraries}CarbonAccessors.o" ¶
"{PPCLibraries}OpenTransportAppPPC.o" ¶
"{PPCLibraries}OpenTptInetPPC.o"
Libs_Carbon = "{PPCLibraries}CarbonStdCLib.o" ¶
"{PPCLibraries}StdCRuntime.o" ¶
"{PPCLibraries}PPCCRuntime.o" ¶
"{SharedLibraries}CarbonLib" ¶
"{SharedLibraries}StdCLib"
all Ä PuTTY PuTTYgen PuTTYtel
PuTTY Ä PuTTY.68k PuTTY.ppc PuTTY.carbon
PuTTY.68k Ä be_all.68k.o config.68k.o dialog.68k.o fromucs.68k.o ldisc.68k.o ¶
ldiscucs.68k.o localenc.68k.o logging.68k.o mac.68k.o ¶
macabout.68k.o macctrls.68k.o macdlg.68k.o macenc.68k.o ¶
macevlog.68k.o macmisc.68k.o macnet.68k.o macnoise.68k.o ¶
macstore.68k.o macterm.68k.o macucs.68k.o mimeenc.68k.o ¶
misc.68k.o mtcpnet.68k.o otnet.68k.o portfwd.68k.o ¶
pproxy.68k.o proxy.68k.o raw.68k.o rlogin.68k.o sbcs.68k.o ¶
sbcsdat.68k.o settings.68k.o slookup.68k.o ssh.68k.o ¶
sshaes.68k.o sshblowf.68k.o sshbn.68k.o sshcrc.68k.o ¶
sshcrcda.68k.o sshdes.68k.o sshdh.68k.o sshdss.68k.o ¶
sshmd5.68k.o sshpubk.68k.o sshrand.68k.o sshrsa.68k.o ¶
sshsh512.68k.o sshsha.68k.o sshzlib.68k.o stricmp.68k.o ¶
telnet.68k.o terminal.68k.o testback.68k.o toucs.68k.o ¶
tree234.68k.o utf8.68k.o version.68k.o vsnprint.68k.o ¶
wcwidth.68k.o wildcard.68k.o x11fwd.68k.o xenc.68k.o ¶
mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_68K} -o {Targ} -fragname PuTTY {LinkOptions_68K} be_all.68k.o ¶
config.68k.o dialog.68k.o fromucs.68k.o ldisc.68k.o ¶
ldiscucs.68k.o localenc.68k.o logging.68k.o mac.68k.o ¶
macabout.68k.o macctrls.68k.o macdlg.68k.o macenc.68k.o ¶
macevlog.68k.o macmisc.68k.o macnet.68k.o macnoise.68k.o ¶
macstore.68k.o macterm.68k.o macucs.68k.o mimeenc.68k.o ¶
misc.68k.o mtcpnet.68k.o otnet.68k.o portfwd.68k.o ¶
pproxy.68k.o proxy.68k.o raw.68k.o rlogin.68k.o sbcs.68k.o ¶
sbcsdat.68k.o settings.68k.o slookup.68k.o ssh.68k.o ¶
sshaes.68k.o sshblowf.68k.o sshbn.68k.o sshcrc.68k.o ¶
sshcrcda.68k.o sshdes.68k.o sshdh.68k.o sshdss.68k.o ¶
sshmd5.68k.o sshpubk.68k.o sshrand.68k.o sshrsa.68k.o ¶
sshsh512.68k.o sshsha.68k.o sshzlib.68k.o stricmp.68k.o ¶
telnet.68k.o terminal.68k.o testback.68k.o toucs.68k.o ¶
tree234.68k.o utf8.68k.o version.68k.o vsnprint.68k.o ¶
wcwidth.68k.o wildcard.68k.o x11fwd.68k.o xenc.68k.o ¶
{Libs_68K}
SetFile -a BMi {Targ}
PuTTY.cfm68k Ä be_all.cfm68k.o config.cfm68k.o dialog.cfm68k.o ¶
fromucs.cfm68k.o ldisc.cfm68k.o ldiscucs.cfm68k.o ¶
localenc.cfm68k.o logging.cfm68k.o mac.cfm68k.o ¶
macabout.cfm68k.o macctrls.cfm68k.o macdlg.cfm68k.o ¶
macenc.cfm68k.o macevlog.cfm68k.o macmisc.cfm68k.o ¶
macnet.cfm68k.o macnoise.cfm68k.o macstore.cfm68k.o ¶
macterm.cfm68k.o macucs.cfm68k.o mimeenc.cfm68k.o ¶
misc.cfm68k.o mtcpnet.cfm68k.o otnet.cfm68k.o ¶
portfwd.cfm68k.o pproxy.cfm68k.o proxy.cfm68k.o raw.cfm68k.o ¶
rlogin.cfm68k.o sbcs.cfm68k.o sbcsdat.cfm68k.o ¶
settings.cfm68k.o slookup.cfm68k.o ssh.cfm68k.o ¶
sshaes.cfm68k.o sshblowf.cfm68k.o sshbn.cfm68k.o ¶
sshcrc.cfm68k.o sshcrcda.cfm68k.o sshdes.cfm68k.o ¶
sshdh.cfm68k.o sshdss.cfm68k.o sshmd5.cfm68k.o ¶
sshpubk.cfm68k.o sshrand.cfm68k.o sshrsa.cfm68k.o ¶
sshsh512.cfm68k.o sshsha.cfm68k.o sshzlib.cfm68k.o ¶
stricmp.cfm68k.o telnet.cfm68k.o terminal.cfm68k.o ¶
testback.cfm68k.o toucs.cfm68k.o tree234.cfm68k.o ¶
utf8.cfm68k.o version.cfm68k.o vsnprint.cfm68k.o ¶
wcwidth.cfm68k.o wildcard.cfm68k.o x11fwd.cfm68k.o ¶
xenc.cfm68k.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_CFM68K} -o {Targ} -fragname PuTTY {LinkOptions_CFM68K} ¶
be_all.cfm68k.o config.cfm68k.o dialog.cfm68k.o ¶
fromucs.cfm68k.o ldisc.cfm68k.o ldiscucs.cfm68k.o ¶
localenc.cfm68k.o logging.cfm68k.o mac.cfm68k.o ¶
macabout.cfm68k.o macctrls.cfm68k.o macdlg.cfm68k.o ¶
macenc.cfm68k.o macevlog.cfm68k.o macmisc.cfm68k.o ¶
macnet.cfm68k.o macnoise.cfm68k.o macstore.cfm68k.o ¶
macterm.cfm68k.o macucs.cfm68k.o mimeenc.cfm68k.o ¶
misc.cfm68k.o mtcpnet.cfm68k.o otnet.cfm68k.o ¶
portfwd.cfm68k.o pproxy.cfm68k.o proxy.cfm68k.o raw.cfm68k.o ¶
rlogin.cfm68k.o sbcs.cfm68k.o sbcsdat.cfm68k.o ¶
settings.cfm68k.o slookup.cfm68k.o ssh.cfm68k.o ¶
sshaes.cfm68k.o sshblowf.cfm68k.o sshbn.cfm68k.o ¶
sshcrc.cfm68k.o sshcrcda.cfm68k.o sshdes.cfm68k.o ¶
sshdh.cfm68k.o sshdss.cfm68k.o sshmd5.cfm68k.o ¶
sshpubk.cfm68k.o sshrand.cfm68k.o sshrsa.cfm68k.o ¶
sshsh512.cfm68k.o sshsha.cfm68k.o sshzlib.cfm68k.o ¶
stricmp.cfm68k.o telnet.cfm68k.o terminal.cfm68k.o ¶
testback.cfm68k.o toucs.cfm68k.o tree234.cfm68k.o ¶
utf8.cfm68k.o version.cfm68k.o vsnprint.cfm68k.o ¶
wcwidth.cfm68k.o wildcard.cfm68k.o x11fwd.cfm68k.o ¶
xenc.cfm68k.o {Libs_CFM68K}
SetFile -a BMi {Targ}
PuTTY.ppc Ä be_all.ppc.o config.ppc.o dialog.ppc.o fromucs.ppc.o ldisc.ppc.o ¶
ldiscucs.ppc.o localenc.ppc.o logging.ppc.o mac.ppc.o ¶
macabout.ppc.o macctrls.ppc.o macdlg.ppc.o macenc.ppc.o ¶
macevlog.ppc.o macmisc.ppc.o macnet.ppc.o macnoise.ppc.o ¶
macstore.ppc.o macterm.ppc.o macucs.ppc.o mimeenc.ppc.o ¶
misc.ppc.o mtcpnet.ppc.o otnet.ppc.o portfwd.ppc.o ¶
pproxy.ppc.o proxy.ppc.o raw.ppc.o rlogin.ppc.o sbcs.ppc.o ¶
sbcsdat.ppc.o settings.ppc.o slookup.ppc.o ssh.ppc.o ¶
sshaes.ppc.o sshblowf.ppc.o sshbn.ppc.o sshcrc.ppc.o ¶
sshcrcda.ppc.o sshdes.ppc.o sshdh.ppc.o sshdss.ppc.o ¶
sshmd5.ppc.o sshpubk.ppc.o sshrand.ppc.o sshrsa.ppc.o ¶
sshsh512.ppc.o sshsha.ppc.o sshzlib.ppc.o stricmp.ppc.o ¶
telnet.ppc.o terminal.ppc.o testback.ppc.o toucs.ppc.o ¶
tree234.ppc.o utf8.ppc.o version.ppc.o vsnprint.ppc.o ¶
wcwidth.ppc.o wildcard.ppc.o x11fwd.ppc.o xenc.ppc.o ¶
mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_PPC} -o {Targ} -fragname PuTTY {LinkOptions_PPC} be_all.ppc.o ¶
config.ppc.o dialog.ppc.o fromucs.ppc.o ldisc.ppc.o ¶
ldiscucs.ppc.o localenc.ppc.o logging.ppc.o mac.ppc.o ¶
macabout.ppc.o macctrls.ppc.o macdlg.ppc.o macenc.ppc.o ¶
macevlog.ppc.o macmisc.ppc.o macnet.ppc.o macnoise.ppc.o ¶
macstore.ppc.o macterm.ppc.o macucs.ppc.o mimeenc.ppc.o ¶
misc.ppc.o mtcpnet.ppc.o otnet.ppc.o portfwd.ppc.o ¶
pproxy.ppc.o proxy.ppc.o raw.ppc.o rlogin.ppc.o sbcs.ppc.o ¶
sbcsdat.ppc.o settings.ppc.o slookup.ppc.o ssh.ppc.o ¶
sshaes.ppc.o sshblowf.ppc.o sshbn.ppc.o sshcrc.ppc.o ¶
sshcrcda.ppc.o sshdes.ppc.o sshdh.ppc.o sshdss.ppc.o ¶
sshmd5.ppc.o sshpubk.ppc.o sshrand.ppc.o sshrsa.ppc.o ¶
sshsh512.ppc.o sshsha.ppc.o sshzlib.ppc.o stricmp.ppc.o ¶
telnet.ppc.o terminal.ppc.o testback.ppc.o toucs.ppc.o ¶
tree234.ppc.o utf8.ppc.o version.ppc.o vsnprint.ppc.o ¶
wcwidth.ppc.o wildcard.ppc.o x11fwd.ppc.o xenc.ppc.o ¶
{Libs_PPC}
SetFile -a BMi {Targ}
PuTTY.carbon Ä be_all.carbon.o config.carbon.o dialog.carbon.o ¶
fromucs.carbon.o ldisc.carbon.o ldiscucs.carbon.o ¶
localenc.carbon.o logging.carbon.o mac.carbon.o ¶
macabout.carbon.o macctrls.carbon.o macdlg.carbon.o ¶
macenc.carbon.o macevlog.carbon.o macmisc.carbon.o ¶
macnet.carbon.o macnoise.carbon.o macstore.carbon.o ¶
macterm.carbon.o macucs.carbon.o mimeenc.carbon.o ¶
misc.carbon.o mtcpnet.carbon.o otnet.carbon.o ¶
portfwd.carbon.o pproxy.carbon.o proxy.carbon.o raw.carbon.o ¶
rlogin.carbon.o sbcs.carbon.o sbcsdat.carbon.o ¶
settings.carbon.o slookup.carbon.o ssh.carbon.o ¶
sshaes.carbon.o sshblowf.carbon.o sshbn.carbon.o ¶
sshcrc.carbon.o sshcrcda.carbon.o sshdes.carbon.o ¶
sshdh.carbon.o sshdss.carbon.o sshmd5.carbon.o ¶
sshpubk.carbon.o sshrand.carbon.o sshrsa.carbon.o ¶
sshsh512.carbon.o sshsha.carbon.o sshzlib.carbon.o ¶
stricmp.carbon.o telnet.carbon.o terminal.carbon.o ¶
testback.carbon.o toucs.carbon.o tree234.carbon.o ¶
utf8.carbon.o version.carbon.o vsnprint.carbon.o ¶
wcwidth.carbon.o wildcard.carbon.o x11fwd.carbon.o ¶
xenc.carbon.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_Carbon} -o {Targ} -fragname PuTTY {LinkOptions_Carbon} ¶
be_all.carbon.o config.carbon.o dialog.carbon.o ¶
fromucs.carbon.o ldisc.carbon.o ldiscucs.carbon.o ¶
localenc.carbon.o logging.carbon.o mac.carbon.o ¶
macabout.carbon.o macctrls.carbon.o macdlg.carbon.o ¶
macenc.carbon.o macevlog.carbon.o macmisc.carbon.o ¶
macnet.carbon.o macnoise.carbon.o macstore.carbon.o ¶
macterm.carbon.o macucs.carbon.o mimeenc.carbon.o ¶
misc.carbon.o mtcpnet.carbon.o otnet.carbon.o ¶
portfwd.carbon.o pproxy.carbon.o proxy.carbon.o raw.carbon.o ¶
rlogin.carbon.o sbcs.carbon.o sbcsdat.carbon.o ¶
settings.carbon.o slookup.carbon.o ssh.carbon.o ¶
sshaes.carbon.o sshblowf.carbon.o sshbn.carbon.o ¶
sshcrc.carbon.o sshcrcda.carbon.o sshdes.carbon.o ¶
sshdh.carbon.o sshdss.carbon.o sshmd5.carbon.o ¶
sshpubk.carbon.o sshrand.carbon.o sshrsa.carbon.o ¶
sshsh512.carbon.o sshsha.carbon.o sshzlib.carbon.o ¶
stricmp.carbon.o telnet.carbon.o terminal.carbon.o ¶
testback.carbon.o toucs.carbon.o tree234.carbon.o ¶
utf8.carbon.o version.carbon.o vsnprint.carbon.o ¶
wcwidth.carbon.o wildcard.carbon.o x11fwd.carbon.o ¶
xenc.carbon.o {Libs_Carbon}
SetFile -a BMi {Targ}
PuTTYgen Ä PuTTYgen.68k PuTTYgen.ppc PuTTYgen.carbon
PuTTYgen.68k Ä import.68k.o macabout.68k.o macmisc.68k.o macnoise.68k.o ¶
macpgen.68k.o macpgkey.68k.o macstore.68k.o misc.68k.o ¶
sshaes.68k.o sshbn.68k.o sshdes.68k.o sshdss.68k.o ¶
sshdssg.68k.o sshmd5.68k.o sshprime.68k.o sshpubk.68k.o ¶
sshrand.68k.o sshrsa.68k.o sshrsag.68k.o sshsh512.68k.o ¶
sshsha.68k.o version.68k.o macpgen.rsrc
Duplicate -y macpgen.rsrc {Targ}
{Link_68K} -o {Targ} -fragname PuTTYgen {LinkOptions_68K} ¶
import.68k.o macabout.68k.o macmisc.68k.o macnoise.68k.o ¶
macpgen.68k.o macpgkey.68k.o macstore.68k.o misc.68k.o ¶
sshaes.68k.o sshbn.68k.o sshdes.68k.o sshdss.68k.o ¶
sshdssg.68k.o sshmd5.68k.o sshprime.68k.o sshpubk.68k.o ¶
sshrand.68k.o sshrsa.68k.o sshrsag.68k.o sshsh512.68k.o ¶
sshsha.68k.o version.68k.o {Libs_68K}
SetFile -a BMi {Targ}
PuTTYgen.cfm68k Ä import.cfm68k.o macabout.cfm68k.o macmisc.cfm68k.o ¶
macnoise.cfm68k.o macpgen.cfm68k.o macpgkey.cfm68k.o ¶
macstore.cfm68k.o misc.cfm68k.o sshaes.cfm68k.o ¶
sshbn.cfm68k.o sshdes.cfm68k.o sshdss.cfm68k.o ¶
sshdssg.cfm68k.o sshmd5.cfm68k.o sshprime.cfm68k.o ¶
sshpubk.cfm68k.o sshrand.cfm68k.o sshrsa.cfm68k.o ¶
sshrsag.cfm68k.o sshsh512.cfm68k.o sshsha.cfm68k.o ¶
version.cfm68k.o macpgen.rsrc
Duplicate -y macpgen.rsrc {Targ}
{Link_CFM68K} -o {Targ} -fragname PuTTYgen {LinkOptions_CFM68K} ¶
import.cfm68k.o macabout.cfm68k.o macmisc.cfm68k.o ¶
macnoise.cfm68k.o macpgen.cfm68k.o macpgkey.cfm68k.o ¶
macstore.cfm68k.o misc.cfm68k.o sshaes.cfm68k.o ¶
sshbn.cfm68k.o sshdes.cfm68k.o sshdss.cfm68k.o ¶
sshdssg.cfm68k.o sshmd5.cfm68k.o sshprime.cfm68k.o ¶
sshpubk.cfm68k.o sshrand.cfm68k.o sshrsa.cfm68k.o ¶
sshrsag.cfm68k.o sshsh512.cfm68k.o sshsha.cfm68k.o ¶
version.cfm68k.o {Libs_CFM68K}
SetFile -a BMi {Targ}
PuTTYgen.ppc Ä import.ppc.o macabout.ppc.o macmisc.ppc.o macnoise.ppc.o ¶
macpgen.ppc.o macpgkey.ppc.o macstore.ppc.o misc.ppc.o ¶
sshaes.ppc.o sshbn.ppc.o sshdes.ppc.o sshdss.ppc.o ¶
sshdssg.ppc.o sshmd5.ppc.o sshprime.ppc.o sshpubk.ppc.o ¶
sshrand.ppc.o sshrsa.ppc.o sshrsag.ppc.o sshsh512.ppc.o ¶
sshsha.ppc.o version.ppc.o macpgen.rsrc
Duplicate -y macpgen.rsrc {Targ}
{Link_PPC} -o {Targ} -fragname PuTTYgen {LinkOptions_PPC} ¶
import.ppc.o macabout.ppc.o macmisc.ppc.o macnoise.ppc.o ¶
macpgen.ppc.o macpgkey.ppc.o macstore.ppc.o misc.ppc.o ¶
sshaes.ppc.o sshbn.ppc.o sshdes.ppc.o sshdss.ppc.o ¶
sshdssg.ppc.o sshmd5.ppc.o sshprime.ppc.o sshpubk.ppc.o ¶
sshrand.ppc.o sshrsa.ppc.o sshrsag.ppc.o sshsh512.ppc.o ¶
sshsha.ppc.o version.ppc.o {Libs_PPC}
SetFile -a BMi {Targ}
PuTTYgen.carbon Ä import.carbon.o macabout.carbon.o macmisc.carbon.o ¶
macnoise.carbon.o macpgen.carbon.o macpgkey.carbon.o ¶
macstore.carbon.o misc.carbon.o sshaes.carbon.o ¶
sshbn.carbon.o sshdes.carbon.o sshdss.carbon.o ¶
sshdssg.carbon.o sshmd5.carbon.o sshprime.carbon.o ¶
sshpubk.carbon.o sshrand.carbon.o sshrsa.carbon.o ¶
sshrsag.carbon.o sshsh512.carbon.o sshsha.carbon.o ¶
version.carbon.o macpgen.rsrc
Duplicate -y macpgen.rsrc {Targ}
{Link_Carbon} -o {Targ} -fragname PuTTYgen {LinkOptions_Carbon} ¶
import.carbon.o macabout.carbon.o macmisc.carbon.o ¶
macnoise.carbon.o macpgen.carbon.o macpgkey.carbon.o ¶
macstore.carbon.o misc.carbon.o sshaes.carbon.o ¶
sshbn.carbon.o sshdes.carbon.o sshdss.carbon.o ¶
sshdssg.carbon.o sshmd5.carbon.o sshprime.carbon.o ¶
sshpubk.carbon.o sshrand.carbon.o sshrsa.carbon.o ¶
sshrsag.carbon.o sshsh512.carbon.o sshsha.carbon.o ¶
version.carbon.o {Libs_Carbon}
SetFile -a BMi {Targ}
PuTTYtel Ä PuTTYtel.68k PuTTYtel.ppc PuTTYtel.carbon
PuTTYtel.68k Ä be_nossh.68k.o config.68k.o dialog.68k.o fromucs.68k.o ¶
ldisc.68k.o ldiscucs.68k.o localenc.68k.o logging.68k.o ¶
mac.68k.o macabout.68k.o macctrls.68k.o macdlg.68k.o ¶
macenc.68k.o macevlog.68k.o macmisc.68k.o macnet.68k.o ¶
macstore.68k.o macterm.68k.o macucs.68k.o mimeenc.68k.o ¶
misc.68k.o mtcpnet.68k.o otnet.68k.o pproxy.68k.o ¶
proxy.68k.o raw.68k.o rlogin.68k.o sbcs.68k.o sbcsdat.68k.o ¶
settings.68k.o slookup.68k.o stricmp.68k.o telnet.68k.o ¶
terminal.68k.o testback.68k.o toucs.68k.o tree234.68k.o ¶
utf8.68k.o version.68k.o vsnprint.68k.o wcwidth.68k.o ¶
xenc.68k.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_68K} -o {Targ} -fragname PuTTYtel {LinkOptions_68K} ¶
be_nossh.68k.o config.68k.o dialog.68k.o fromucs.68k.o ¶
ldisc.68k.o ldiscucs.68k.o localenc.68k.o logging.68k.o ¶
mac.68k.o macabout.68k.o macctrls.68k.o macdlg.68k.o ¶
macenc.68k.o macevlog.68k.o macmisc.68k.o macnet.68k.o ¶
macstore.68k.o macterm.68k.o macucs.68k.o mimeenc.68k.o ¶
misc.68k.o mtcpnet.68k.o otnet.68k.o pproxy.68k.o ¶
proxy.68k.o raw.68k.o rlogin.68k.o sbcs.68k.o sbcsdat.68k.o ¶
settings.68k.o slookup.68k.o stricmp.68k.o telnet.68k.o ¶
terminal.68k.o testback.68k.o toucs.68k.o tree234.68k.o ¶
utf8.68k.o version.68k.o vsnprint.68k.o wcwidth.68k.o ¶
xenc.68k.o {Libs_68K}
SetFile -a BMi {Targ}
PuTTYtel.cfm68k Ä be_nossh.cfm68k.o config.cfm68k.o dialog.cfm68k.o ¶
fromucs.cfm68k.o ldisc.cfm68k.o ldiscucs.cfm68k.o ¶
localenc.cfm68k.o logging.cfm68k.o mac.cfm68k.o ¶
macabout.cfm68k.o macctrls.cfm68k.o macdlg.cfm68k.o ¶
macenc.cfm68k.o macevlog.cfm68k.o macmisc.cfm68k.o ¶
macnet.cfm68k.o macstore.cfm68k.o macterm.cfm68k.o ¶
macucs.cfm68k.o mimeenc.cfm68k.o misc.cfm68k.o ¶
mtcpnet.cfm68k.o otnet.cfm68k.o pproxy.cfm68k.o ¶
proxy.cfm68k.o raw.cfm68k.o rlogin.cfm68k.o sbcs.cfm68k.o ¶
sbcsdat.cfm68k.o settings.cfm68k.o slookup.cfm68k.o ¶
stricmp.cfm68k.o telnet.cfm68k.o terminal.cfm68k.o ¶
testback.cfm68k.o toucs.cfm68k.o tree234.cfm68k.o ¶
utf8.cfm68k.o version.cfm68k.o vsnprint.cfm68k.o ¶
wcwidth.cfm68k.o xenc.cfm68k.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_CFM68K} -o {Targ} -fragname PuTTYtel {LinkOptions_CFM68K} ¶
be_nossh.cfm68k.o config.cfm68k.o dialog.cfm68k.o ¶
fromucs.cfm68k.o ldisc.cfm68k.o ldiscucs.cfm68k.o ¶
localenc.cfm68k.o logging.cfm68k.o mac.cfm68k.o ¶
macabout.cfm68k.o macctrls.cfm68k.o macdlg.cfm68k.o ¶
macenc.cfm68k.o macevlog.cfm68k.o macmisc.cfm68k.o ¶
macnet.cfm68k.o macstore.cfm68k.o macterm.cfm68k.o ¶
macucs.cfm68k.o mimeenc.cfm68k.o misc.cfm68k.o ¶
mtcpnet.cfm68k.o otnet.cfm68k.o pproxy.cfm68k.o ¶
proxy.cfm68k.o raw.cfm68k.o rlogin.cfm68k.o sbcs.cfm68k.o ¶
sbcsdat.cfm68k.o settings.cfm68k.o slookup.cfm68k.o ¶
stricmp.cfm68k.o telnet.cfm68k.o terminal.cfm68k.o ¶
testback.cfm68k.o toucs.cfm68k.o tree234.cfm68k.o ¶
utf8.cfm68k.o version.cfm68k.o vsnprint.cfm68k.o ¶
wcwidth.cfm68k.o xenc.cfm68k.o {Libs_CFM68K}
SetFile -a BMi {Targ}
PuTTYtel.ppc Ä be_nossh.ppc.o config.ppc.o dialog.ppc.o fromucs.ppc.o ¶
ldisc.ppc.o ldiscucs.ppc.o localenc.ppc.o logging.ppc.o ¶
mac.ppc.o macabout.ppc.o macctrls.ppc.o macdlg.ppc.o ¶
macenc.ppc.o macevlog.ppc.o macmisc.ppc.o macnet.ppc.o ¶
macstore.ppc.o macterm.ppc.o macucs.ppc.o mimeenc.ppc.o ¶
misc.ppc.o mtcpnet.ppc.o otnet.ppc.o pproxy.ppc.o ¶
proxy.ppc.o raw.ppc.o rlogin.ppc.o sbcs.ppc.o sbcsdat.ppc.o ¶
settings.ppc.o slookup.ppc.o stricmp.ppc.o telnet.ppc.o ¶
terminal.ppc.o testback.ppc.o toucs.ppc.o tree234.ppc.o ¶
utf8.ppc.o version.ppc.o vsnprint.ppc.o wcwidth.ppc.o ¶
xenc.ppc.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_PPC} -o {Targ} -fragname PuTTYtel {LinkOptions_PPC} ¶
be_nossh.ppc.o config.ppc.o dialog.ppc.o fromucs.ppc.o ¶
ldisc.ppc.o ldiscucs.ppc.o localenc.ppc.o logging.ppc.o ¶
mac.ppc.o macabout.ppc.o macctrls.ppc.o macdlg.ppc.o ¶
macenc.ppc.o macevlog.ppc.o macmisc.ppc.o macnet.ppc.o ¶
macstore.ppc.o macterm.ppc.o macucs.ppc.o mimeenc.ppc.o ¶
misc.ppc.o mtcpnet.ppc.o otnet.ppc.o pproxy.ppc.o ¶
proxy.ppc.o raw.ppc.o rlogin.ppc.o sbcs.ppc.o sbcsdat.ppc.o ¶
settings.ppc.o slookup.ppc.o stricmp.ppc.o telnet.ppc.o ¶
terminal.ppc.o testback.ppc.o toucs.ppc.o tree234.ppc.o ¶
utf8.ppc.o version.ppc.o vsnprint.ppc.o wcwidth.ppc.o ¶
xenc.ppc.o {Libs_PPC}
SetFile -a BMi {Targ}
PuTTYtel.carbon Ä be_nossh.carbon.o config.carbon.o dialog.carbon.o ¶
fromucs.carbon.o ldisc.carbon.o ldiscucs.carbon.o ¶
localenc.carbon.o logging.carbon.o mac.carbon.o ¶
macabout.carbon.o macctrls.carbon.o macdlg.carbon.o ¶
macenc.carbon.o macevlog.carbon.o macmisc.carbon.o ¶
macnet.carbon.o macstore.carbon.o macterm.carbon.o ¶
macucs.carbon.o mimeenc.carbon.o misc.carbon.o ¶
mtcpnet.carbon.o otnet.carbon.o pproxy.carbon.o ¶
proxy.carbon.o raw.carbon.o rlogin.carbon.o sbcs.carbon.o ¶
sbcsdat.carbon.o settings.carbon.o slookup.carbon.o ¶
stricmp.carbon.o telnet.carbon.o terminal.carbon.o ¶
testback.carbon.o toucs.carbon.o tree234.carbon.o ¶
utf8.carbon.o version.carbon.o vsnprint.carbon.o ¶
wcwidth.carbon.o xenc.carbon.o mac_res.rsrc
Duplicate -y mac_res.rsrc {Targ}
{Link_Carbon} -o {Targ} -fragname PuTTYtel {LinkOptions_Carbon} ¶
be_nossh.carbon.o config.carbon.o dialog.carbon.o ¶
fromucs.carbon.o ldisc.carbon.o ldiscucs.carbon.o ¶
localenc.carbon.o logging.carbon.o mac.carbon.o ¶
macabout.carbon.o macctrls.carbon.o macdlg.carbon.o ¶
macenc.carbon.o macevlog.carbon.o macmisc.carbon.o ¶
macnet.carbon.o macstore.carbon.o macterm.carbon.o ¶
macucs.carbon.o mimeenc.carbon.o misc.carbon.o ¶
mtcpnet.carbon.o otnet.carbon.o pproxy.carbon.o ¶
proxy.carbon.o raw.carbon.o rlogin.carbon.o sbcs.carbon.o ¶
sbcsdat.carbon.o settings.carbon.o slookup.carbon.o ¶
stricmp.carbon.o telnet.carbon.o terminal.carbon.o ¶
testback.carbon.o toucs.carbon.o tree234.carbon.o ¶
utf8.carbon.o version.carbon.o vsnprint.carbon.o ¶
wcwidth.carbon.o xenc.carbon.o {Libs_Carbon}
SetFile -a BMi {Targ}
mac_res.rsrc Ä ::mac:mac_res.r ::mac:macresid.h ::mac:version.r
Rez ::mac:mac_res.r -o {Targ} {ROptions}
macpgen.rsrc Ä ::mac:macpgen.r ::mac:macpgrid.h ::mac:version.r
Rez ::mac:macpgen.r -o {Targ} {ROptions}
pageant.rsrc Ä ::.:pageant.rc ::.:pageant.ico ::.:pageants.ico
Rez ::.:pageant.rc -o {Targ} {ROptions}
plink.rsrc Ä ::.:plink.rc ::.:putty.ico
Rez ::.:plink.rc -o {Targ} {ROptions}
puttygen.rsrc Ä ::.:puttygen.rc ::.:puttygen.ico
Rez ::.:puttygen.rc -o {Targ} {ROptions}
scp.rsrc Ä ::.:scp.rc ::.:scp.ico
Rez ::.:scp.rc -o {Targ} {ROptions}
win_res.rsrc Ä ::.:win_res.rc ::.:win_res.h ::.:putty.ico ::.:puttycfg.ico
Rez ::.:win_res.rc -o {Targ} {ROptions}
be_all.68k.o Ä ::.:be_all.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:be_all.c -o {Targ} {COptions_68K}
be_none.68k.o Ä ::.:be_none.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:be_none.c -o {Targ} {COptions_68K}
be_nossh.68k.o Ä ::.:be_nossh.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:be_nossh.c -o {Targ} {COptions_68K}
cmdgen.68k.o Ä ::.:cmdgen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:cmdgen.c -o {Targ} {COptions_68K}
cmdline.68k.o Ä ::.:cmdline.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:cmdline.c -o {Targ} {COptions_68K}
config.68k.o Ä ::.:config.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:config.c -o {Targ} {COptions_68K}
console.68k.o Ä ::.:console.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::.:console.c -o {Targ} {COptions_68K}
dialog.68k.o Ä ::.:dialog.c ::.:putty.h ::.:dialog.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:dialog.c -o {Targ} {COptions_68K}
fromucs.68k.o Ä ::charset:fromucs.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:fromucs.c -o {Targ} {COptions_68K}
gtkcols.68k.o Ä ::unix:gtkcols.c ::unix:gtkcols.h
{C_68K} ::unix:gtkcols.c -o {Targ} {COptions_68K}
gtkdlg.68k.o Ä ::unix:gtkdlg.c ::unix:gtkcols.h ::unix:gtkpanel.h ¶
::.:putty.h ::.:storage.h ::.:dialog.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:gtkdlg.c -o {Targ} {COptions_68K}
gtkpanel.68k.o Ä ::unix:gtkpanel.c ::unix:gtkpanel.h
{C_68K} ::unix:gtkpanel.c -o {Targ} {COptions_68K}
import.68k.o Ä ::.:import.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:puttyps.h ¶
::.:network.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:import.c -o {Targ} {COptions_68K}
int64.68k.o Ä ::.:int64.c ::.:int64.h
{C_68K} ::.:int64.c -o {Targ} {COptions_68K}
ldisc.68k.o Ä ::.:ldisc.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:ldisc.c -o {Targ} {COptions_68K}
ldiscucs.68k.o Ä ::.:ldiscucs.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:ldiscucs.c -o {Targ} {COptions_68K}
localenc.68k.o Ä ::charset:localenc.c ::charset:charset.h ¶
::charset:internal.h
{C_68K} ::charset:localenc.c -o {Targ} {COptions_68K}
logging.68k.o Ä ::.:logging.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:logging.c -o {Targ} {COptions_68K}
mac.68k.o Ä ::mac:mac.c ::mac:macresid.h ::.:putty.h ::.:ssh.h ¶
::.:terminal.h ::mac:mac.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:tree234.h ¶
::charset:charset.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
{C_68K} ::mac:mac.c -o {Targ} {COptions_68K}
macabout.68k.o Ä ::mac:macabout.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::charset:charset.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macabout.c -o {Targ} {COptions_68K}
macctrls.68k.o Ä ::mac:macctrls.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:dialog.h ::.:tree234.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macctrls.c -o {Targ} {COptions_68K}
macdlg.68k.o Ä ::mac:macdlg.c ::.:putty.h ::.:dialog.h ::mac:mac.h ¶
::mac:macresid.h ::.:storage.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macdlg.c -o {Targ} {COptions_68K}
macenc.68k.o Ä ::charset:macenc.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:macenc.c -o {Targ} {COptions_68K}
macevlog.68k.o Ä ::mac:macevlog.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:terminal.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macevlog.c -o {Targ} {COptions_68K}
macmisc.68k.o Ä ::mac:macmisc.c ::.:putty.h ::mac:mac.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_68K} ::mac:macmisc.c -o {Targ} {COptions_68K}
macnet.68k.o Ä ::mac:macnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_68K} ::mac:macnet.c -o {Targ} {COptions_68K}
macnoise.68k.o Ä ::mac:macnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::mac:macnoise.c -o {Targ} {COptions_68K}
macpgen.68k.o Ä ::mac:macpgen.c ::mac:macpgrid.h ::.:putty.h ::.:ssh.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
{C_68K} ::mac:macpgen.c -o {Targ} {COptions_68K}
macpgkey.68k.o Ä ::mac:macpgkey.c ::.:putty.h ::mac:mac.h ::mac:macpgrid.h ¶
::.:ssh.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
{C_68K} ::mac:macpgkey.c -o {Targ} {COptions_68K}
macstore.68k.o Ä ::mac:macstore.c ::.:putty.h ::.:storage.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macstore.c -o {Targ} {COptions_68K}
macterm.68k.o Ä ::mac:macterm.c ::mac:macresid.h ::.:putty.h ¶
::charset:charset.h ::mac:mac.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_68K} ::mac:macterm.c -o {Targ} {COptions_68K}
macucs.68k.o Ä ::mac:macucs.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
{C_68K} ::mac:macucs.c -o {Targ} {COptions_68K}
mimeenc.68k.o Ä ::charset:mimeenc.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:mimeenc.c -o {Targ} {COptions_68K}
misc.68k.o Ä ::.:misc.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::.:misc.c -o {Targ} {COptions_68K}
mtcpnet.68k.o Ä ::mac:mtcpnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_68K} ::mac:mtcpnet.c -o {Targ} {COptions_68K}
noise.68k.o Ä ::.:noise.c ::.:putty.h ::.:ssh.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:noise.c -o {Targ} {COptions_68K}
otnet.68k.o Ä ::mac:otnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_68K} ::mac:otnet.c -o {Targ} {COptions_68K}
pageant.68k.o Ä ::.:pageant.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:pageant.c -o {Targ} {COptions_68K}
pageantc.68k.o Ä ::.:pageantc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:pageantc.c -o {Targ} {COptions_68K}
plink.68k.o Ä ::.:plink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:plink.c -o {Targ} {COptions_68K}
portfwd.68k.o Ä ::.:portfwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:portfwd.c -o {Targ} {COptions_68K}
pproxy.68k.o Ä ::.:pproxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:pproxy.c -o {Targ} {COptions_68K}
printing.68k.o Ä ::.:printing.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:printing.c -o {Targ} {COptions_68K}
proxy.68k.o Ä ::.:proxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:proxy.c -o {Targ} {COptions_68K}
psftp.68k.o Ä ::.:psftp.c ::.:putty.h ::.:psftp.h ::.:storage.h ::.:ssh.h ¶
::.:sftp.h ::.:int64.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:psftp.c -o {Targ} {COptions_68K}
pterm.68k.o Ä ::unix:pterm.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:pterm.c -o {Targ} {COptions_68K}
ptermm.68k.o Ä ::unix:ptermm.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:ptermm.c -o {Targ} {COptions_68K}
pty.68k.o Ä ::unix:pty.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::unix:pty.c -o {Targ} {COptions_68K}
puttygen.68k.o Ä ::.:puttygen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:puttygen.c -o {Targ} {COptions_68K}
raw.68k.o Ä ::.:raw.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::.:raw.c -o {Targ} {COptions_68K}
rlogin.68k.o Ä ::.:rlogin.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:rlogin.c -o {Targ} {COptions_68K}
sbcs.68k.o Ä ::charset:sbcs.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:sbcs.c -o {Targ} {COptions_68K}
sbcsdat.68k.o Ä ::charset:sbcsdat.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:sbcsdat.c -o {Targ} {COptions_68K}
scp.68k.o Ä ::.:scp.c ::.:putty.h ::.:psftp.h ::.:ssh.h ::.:sftp.h ¶
::.:storage.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:scp.c -o {Targ} {COptions_68K}
settings.68k.o Ä ::.:settings.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:settings.c -o {Targ} {COptions_68K}
sftp.68k.o Ä ::.:sftp.c ::.:misc.h ::.:int64.h ::.:tree234.h ::.:sftp.h ¶
::.:puttymem.h
{C_68K} ::.:sftp.c -o {Targ} {COptions_68K}
signal.68k.o Ä ::unix:signal.c
{C_68K} ::unix:signal.c -o {Targ} {COptions_68K}
sizetip.68k.o Ä ::.:sizetip.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:sizetip.c -o {Targ} {COptions_68K}
slookup.68k.o Ä ::charset:slookup.c ::charset:charset.h ::charset:internal.h ¶
::charset:enum.c ::charset:sbcsdat.c ::charset:utf8.c
{C_68K} ::charset:slookup.c -o {Targ} {COptions_68K}
ssh.68k.o Ä ::.:ssh.c ::.:putty.h ::.:tree234.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:ssh.c -o {Targ} {COptions_68K}
sshaes.68k.o Ä ::.:sshaes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshaes.c -o {Targ} {COptions_68K}
sshblowf.68k.o Ä ::.:sshblowf.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshblowf.c -o {Targ} {COptions_68K}
sshbn.68k.o Ä ::.:sshbn.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h
{C_68K} ::.:sshbn.c -o {Targ} {COptions_68K}
sshcrc.68k.o Ä ::.:sshcrc.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshcrc.c -o {Targ} {COptions_68K}
sshcrcda.68k.o Ä ::.:sshcrcda.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_68K} ::.:sshcrcda.c -o {Targ} {COptions_68K}
sshdes.68k.o Ä ::.:sshdes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshdes.c -o {Targ} {COptions_68K}
sshdh.68k.o Ä ::.:sshdh.c ::.:ssh.h ::.:puttymem.h ::.:network.h ::.:int64.h ¶
::.:misc.h
{C_68K} ::.:sshdh.c -o {Targ} {COptions_68K}
sshdss.68k.o Ä ::.:sshdss.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_68K} ::.:sshdss.c -o {Targ} {COptions_68K}
sshdssg.68k.o Ä ::.:sshdssg.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_68K} ::.:sshdssg.c -o {Targ} {COptions_68K}
sshmd5.68k.o Ä ::.:sshmd5.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshmd5.c -o {Targ} {COptions_68K}
sshprime.68k.o Ä ::.:sshprime.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshprime.c -o {Targ} {COptions_68K}
sshpubk.68k.o Ä ::.:sshpubk.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:puttyps.h ¶
::.:network.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:sshpubk.c -o {Targ} {COptions_68K}
sshrand.68k.o Ä ::.:sshrand.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:sshrand.c -o {Targ} {COptions_68K}
sshrsa.68k.o Ä ::.:sshrsa.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_68K} ::.:sshrsa.c -o {Targ} {COptions_68K}
sshrsag.68k.o Ä ::.:sshrsag.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshrsag.c -o {Targ} {COptions_68K}
sshsh512.68k.o Ä ::.:sshsh512.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshsh512.c -o {Targ} {COptions_68K}
sshsha.68k.o Ä ::.:sshsha.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshsha.c -o {Targ} {COptions_68K}
sshzlib.68k.o Ä ::.:sshzlib.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_68K} ::.:sshzlib.c -o {Targ} {COptions_68K}
stricmp.68k.o Ä ::mac:stricmp.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::mac:stricmp.c -o {Targ} {COptions_68K}
telnet.68k.o Ä ::.:telnet.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:telnet.c -o {Targ} {COptions_68K}
terminal.68k.o Ä ::.:terminal.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:terminal.c -o {Targ} {COptions_68K}
testback.68k.o Ä ::.:testback.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:testback.c -o {Targ} {COptions_68K}
toucs.68k.o Ä ::charset:toucs.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:toucs.c -o {Targ} {COptions_68K}
tree234.68k.o Ä ::.:tree234.c ::.:puttymem.h ::.:tree234.h
{C_68K} ::.:tree234.c -o {Targ} {COptions_68K}
unicode.68k.o Ä ::.:unicode.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:tree234.h ::.:puttymem.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:unicode.c -o {Targ} {COptions_68K}
utf8.68k.o Ä ::charset:utf8.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:utf8.c -o {Targ} {COptions_68K}
ux_x11.68k.o Ä ::unix:ux_x11.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::unix:ux_x11.c -o {Targ} {COptions_68K}
uxagentc.68k.o Ä ::unix:uxagentc.c ::.:putty.h ::.:misc.h ::.:tree234.h ¶
::.:puttymem.h ::.:puttyps.h ::.:network.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxagentc.c -o {Targ} {COptions_68K}
uxcfg.68k.o Ä ::unix:uxcfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::unix:uxcfg.c -o {Targ} {COptions_68K}
uxcons.68k.o Ä ::unix:uxcons.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::unix:uxcons.c -o {Targ} {COptions_68K}
uxgen.68k.o Ä ::unix:uxgen.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxgen.c -o {Targ} {COptions_68K}
uxmisc.68k.o Ä ::unix:uxmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxmisc.c -o {Targ} {COptions_68K}
uxnet.68k.o Ä ::unix:uxnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxnet.c -o {Targ} {COptions_68K}
uxnoise.68k.o Ä ::unix:uxnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::unix:uxnoise.c -o {Targ} {COptions_68K}
uxplink.68k.o Ä ::unix:uxplink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxplink.c -o {Targ} {COptions_68K}
uxprint.68k.o Ä ::unix:uxprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxprint.c -o {Targ} {COptions_68K}
uxproxy.68k.o Ä ::unix:uxproxy.c ::.:tree234.h ::.:putty.h ::.:network.h ¶
::.:proxy.h ::.:puttyps.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxproxy.c -o {Targ} {COptions_68K}
uxputty.68k.o Ä ::unix:uxputty.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxputty.c -o {Targ} {COptions_68K}
uxsel.68k.o Ä ::unix:uxsel.c ::.:putty.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxsel.c -o {Targ} {COptions_68K}
uxsftp.68k.o Ä ::unix:uxsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxsftp.c -o {Targ} {COptions_68K}
uxstore.68k.o Ä ::unix:uxstore.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::unix:uxstore.c -o {Targ} {COptions_68K}
uxucs.68k.o Ä ::unix:uxucs.c ::.:putty.h ::charset:charset.h ::.:terminal.h ¶
::.:misc.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h
{C_68K} ::unix:uxucs.c -o {Targ} {COptions_68K}
version.68k.o Ä ::.:version.c
{C_68K} ::.:version.c -o {Targ} {COptions_68K}
vsnprint.68k.o Ä ::mac:vsnprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::mac:vsnprint.c -o {Targ} {COptions_68K}
wcwidth.68k.o Ä ::.:wcwidth.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:wcwidth.c -o {Targ} {COptions_68K}
wildcard.68k.o Ä ::.:wildcard.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:wildcard.c -o {Targ} {COptions_68K}
wincfg.68k.o Ä ::.:wincfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:wincfg.c -o {Targ} {COptions_68K}
winctrls.68k.o Ä ::.:winctrls.c ::.:putty.h ::.:misc.h ::.:dialog.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:winctrls.c -o {Targ} {COptions_68K}
windefs.68k.o Ä ::.:windefs.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:windefs.c -o {Targ} {COptions_68K}
windlg.68k.o Ä ::.:windlg.c ::.:putty.h ::.:ssh.h ::.:win_res.h ¶
::.:storage.h ::.:dialog.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:windlg.c -o {Targ} {COptions_68K}
window.68k.o Ä ::.:window.c ::.:putty.h ::.:terminal.h ::.:storage.h ¶
::.:win_res.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h ::charset:charset.h
{C_68K} ::.:window.c -o {Targ} {COptions_68K}
winmisc.68k.o Ä ::.:winmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:winmisc.c -o {Targ} {COptions_68K}
winnet.68k.o Ä ::.:winnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:winnet.c -o {Targ} {COptions_68K}
winsftp.68k.o Ä ::.:winsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:winsftp.c -o {Targ} {COptions_68K}
winstore.68k.o Ä ::.:winstore.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_68K} ::.:winstore.c -o {Targ} {COptions_68K}
winutils.68k.o Ä ::.:winutils.c ::.:misc.h ::.:puttymem.h
{C_68K} ::.:winutils.c -o {Targ} {COptions_68K}
x11fwd.68k.o Ä ::.:x11fwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_68K} ::.:x11fwd.c -o {Targ} {COptions_68K}
xenc.68k.o Ä ::charset:xenc.c ::charset:charset.h ::charset:internal.h
{C_68K} ::charset:xenc.c -o {Targ} {COptions_68K}
xkeysym.68k.o Ä ::unix:xkeysym.c ::.:misc.h ::.:puttymem.h
{C_68K} ::unix:xkeysym.c -o {Targ} {COptions_68K}
be_all.cfm68k.o Ä ::.:be_all.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:be_all.c -o {Targ} {COptions_CFM68K}
be_none.cfm68k.o Ä ::.:be_none.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:be_none.c -o {Targ} {COptions_CFM68K}
be_nossh.cfm68k.o Ä ::.:be_nossh.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:be_nossh.c -o {Targ} {COptions_CFM68K}
cmdgen.cfm68k.o Ä ::.:cmdgen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:cmdgen.c -o {Targ} {COptions_CFM68K}
cmdline.cfm68k.o Ä ::.:cmdline.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:cmdline.c -o {Targ} {COptions_CFM68K}
config.cfm68k.o Ä ::.:config.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:config.c -o {Targ} {COptions_CFM68K}
console.cfm68k.o Ä ::.:console.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:console.c -o {Targ} {COptions_CFM68K}
dialog.cfm68k.o Ä ::.:dialog.c ::.:putty.h ::.:dialog.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:dialog.c -o {Targ} {COptions_CFM68K}
fromucs.cfm68k.o Ä ::charset:fromucs.c ::charset:charset.h ¶
::charset:internal.h
{C_CFM68K} ::charset:fromucs.c -o {Targ} {COptions_CFM68K}
gtkcols.cfm68k.o Ä ::unix:gtkcols.c ::unix:gtkcols.h
{C_CFM68K} ::unix:gtkcols.c -o {Targ} {COptions_CFM68K}
gtkdlg.cfm68k.o Ä ::unix:gtkdlg.c ::unix:gtkcols.h ::unix:gtkpanel.h ¶
::.:putty.h ::.:storage.h ::.:dialog.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:gtkdlg.c -o {Targ} {COptions_CFM68K}
gtkpanel.cfm68k.o Ä ::unix:gtkpanel.c ::unix:gtkpanel.h
{C_CFM68K} ::unix:gtkpanel.c -o {Targ} {COptions_CFM68K}
import.cfm68k.o Ä ::.:import.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:import.c -o {Targ} {COptions_CFM68K}
int64.cfm68k.o Ä ::.:int64.c ::.:int64.h
{C_CFM68K} ::.:int64.c -o {Targ} {COptions_CFM68K}
ldisc.cfm68k.o Ä ::.:ldisc.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:ldisc.c -o {Targ} {COptions_CFM68K}
ldiscucs.cfm68k.o Ä ::.:ldiscucs.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:ldiscucs.c -o {Targ} {COptions_CFM68K}
localenc.cfm68k.o Ä ::charset:localenc.c ::charset:charset.h ¶
::charset:internal.h
{C_CFM68K} ::charset:localenc.c -o {Targ} {COptions_CFM68K}
logging.cfm68k.o Ä ::.:logging.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:logging.c -o {Targ} {COptions_CFM68K}
mac.cfm68k.o Ä ::mac:mac.c ::mac:macresid.h ::.:putty.h ::.:ssh.h ¶
::.:terminal.h ::mac:mac.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:tree234.h ¶
::charset:charset.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
{C_CFM68K} ::mac:mac.c -o {Targ} {COptions_CFM68K}
macabout.cfm68k.o Ä ::mac:macabout.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macabout.c -o {Targ} {COptions_CFM68K}
macctrls.cfm68k.o Ä ::mac:macctrls.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:dialog.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macctrls.c -o {Targ} {COptions_CFM68K}
macdlg.cfm68k.o Ä ::mac:macdlg.c ::.:putty.h ::.:dialog.h ::mac:mac.h ¶
::mac:macresid.h ::.:storage.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macdlg.c -o {Targ} {COptions_CFM68K}
macenc.cfm68k.o Ä ::charset:macenc.c ::charset:charset.h ¶
::charset:internal.h
{C_CFM68K} ::charset:macenc.c -o {Targ} {COptions_CFM68K}
macevlog.cfm68k.o Ä ::mac:macevlog.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:terminal.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macevlog.c -o {Targ} {COptions_CFM68K}
macmisc.cfm68k.o Ä ::mac:macmisc.c ::.:putty.h ::mac:mac.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_CFM68K} ::mac:macmisc.c -o {Targ} {COptions_CFM68K}
macnet.cfm68k.o Ä ::mac:macnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_CFM68K} ::mac:macnet.c -o {Targ} {COptions_CFM68K}
macnoise.cfm68k.o Ä ::mac:macnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::mac:macnoise.c -o {Targ} {COptions_CFM68K}
macpgen.cfm68k.o Ä ::mac:macpgen.c ::mac:macpgrid.h ::.:putty.h ::.:ssh.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
{C_CFM68K} ::mac:macpgen.c -o {Targ} {COptions_CFM68K}
macpgkey.cfm68k.o Ä ::mac:macpgkey.c ::.:putty.h ::mac:mac.h ¶
::mac:macpgrid.h ::.:ssh.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h
{C_CFM68K} ::mac:macpgkey.c -o {Targ} {COptions_CFM68K}
macstore.cfm68k.o Ä ::mac:macstore.c ::.:putty.h ::.:storage.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macstore.c -o {Targ} {COptions_CFM68K}
macterm.cfm68k.o Ä ::mac:macterm.c ::mac:macresid.h ::.:putty.h ¶
::charset:charset.h ::mac:mac.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
{C_CFM68K} ::mac:macterm.c -o {Targ} {COptions_CFM68K}
macucs.cfm68k.o Ä ::mac:macucs.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
{C_CFM68K} ::mac:macucs.c -o {Targ} {COptions_CFM68K}
mimeenc.cfm68k.o Ä ::charset:mimeenc.c ::charset:charset.h ¶
::charset:internal.h
{C_CFM68K} ::charset:mimeenc.c -o {Targ} {COptions_CFM68K}
misc.cfm68k.o Ä ::.:misc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:misc.c -o {Targ} {COptions_CFM68K}
mtcpnet.cfm68k.o Ä ::mac:mtcpnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_CFM68K} ::mac:mtcpnet.c -o {Targ} {COptions_CFM68K}
noise.cfm68k.o Ä ::.:noise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:noise.c -o {Targ} {COptions_CFM68K}
otnet.cfm68k.o Ä ::mac:otnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
{C_CFM68K} ::mac:otnet.c -o {Targ} {COptions_CFM68K}
pageant.cfm68k.o Ä ::.:pageant.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:tree234.h ::.:puttyps.h ::.:network.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:pageant.c -o {Targ} {COptions_CFM68K}
pageantc.cfm68k.o Ä ::.:pageantc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:pageantc.c -o {Targ} {COptions_CFM68K}
plink.cfm68k.o Ä ::.:plink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:plink.c -o {Targ} {COptions_CFM68K}
portfwd.cfm68k.o Ä ::.:portfwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:portfwd.c -o {Targ} {COptions_CFM68K}
pproxy.cfm68k.o Ä ::.:pproxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:pproxy.c -o {Targ} {COptions_CFM68K}
printing.cfm68k.o Ä ::.:printing.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:printing.c -o {Targ} {COptions_CFM68K}
proxy.cfm68k.o Ä ::.:proxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:proxy.c -o {Targ} {COptions_CFM68K}
psftp.cfm68k.o Ä ::.:psftp.c ::.:putty.h ::.:psftp.h ::.:storage.h ::.:ssh.h ¶
::.:sftp.h ::.:int64.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:psftp.c -o {Targ} {COptions_CFM68K}
pterm.cfm68k.o Ä ::unix:pterm.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:pterm.c -o {Targ} {COptions_CFM68K}
ptermm.cfm68k.o Ä ::unix:ptermm.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:ptermm.c -o {Targ} {COptions_CFM68K}
pty.cfm68k.o Ä ::unix:pty.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:pty.c -o {Targ} {COptions_CFM68K}
puttygen.cfm68k.o Ä ::.:puttygen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:puttygen.c -o {Targ} {COptions_CFM68K}
raw.cfm68k.o Ä ::.:raw.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:raw.c -o {Targ} {COptions_CFM68K}
rlogin.cfm68k.o Ä ::.:rlogin.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:rlogin.c -o {Targ} {COptions_CFM68K}
sbcs.cfm68k.o Ä ::charset:sbcs.c ::charset:charset.h ::charset:internal.h
{C_CFM68K} ::charset:sbcs.c -o {Targ} {COptions_CFM68K}
sbcsdat.cfm68k.o Ä ::charset:sbcsdat.c ::charset:charset.h ¶
::charset:internal.h
{C_CFM68K} ::charset:sbcsdat.c -o {Targ} {COptions_CFM68K}
scp.cfm68k.o Ä ::.:scp.c ::.:putty.h ::.:psftp.h ::.:ssh.h ::.:sftp.h ¶
::.:storage.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:scp.c -o {Targ} {COptions_CFM68K}
settings.cfm68k.o Ä ::.:settings.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:settings.c -o {Targ} {COptions_CFM68K}
sftp.cfm68k.o Ä ::.:sftp.c ::.:misc.h ::.:int64.h ::.:tree234.h ::.:sftp.h ¶
::.:puttymem.h
{C_CFM68K} ::.:sftp.c -o {Targ} {COptions_CFM68K}
signal.cfm68k.o Ä ::unix:signal.c
{C_CFM68K} ::unix:signal.c -o {Targ} {COptions_CFM68K}
sizetip.cfm68k.o Ä ::.:sizetip.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:sizetip.c -o {Targ} {COptions_CFM68K}
slookup.cfm68k.o Ä ::charset:slookup.c ::charset:charset.h ¶
::charset:internal.h ::charset:enum.c ::charset:sbcsdat.c ¶
::charset:utf8.c
{C_CFM68K} ::charset:slookup.c -o {Targ} {COptions_CFM68K}
ssh.cfm68k.o Ä ::.:ssh.c ::.:putty.h ::.:tree234.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:ssh.c -o {Targ} {COptions_CFM68K}
sshaes.cfm68k.o Ä ::.:sshaes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshaes.c -o {Targ} {COptions_CFM68K}
sshblowf.cfm68k.o Ä ::.:sshblowf.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshblowf.c -o {Targ} {COptions_CFM68K}
sshbn.cfm68k.o Ä ::.:sshbn.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_CFM68K} ::.:sshbn.c -o {Targ} {COptions_CFM68K}
sshcrc.cfm68k.o Ä ::.:sshcrc.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshcrc.c -o {Targ} {COptions_CFM68K}
sshcrcda.cfm68k.o Ä ::.:sshcrcda.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_CFM68K} ::.:sshcrcda.c -o {Targ} {COptions_CFM68K}
sshdes.cfm68k.o Ä ::.:sshdes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshdes.c -o {Targ} {COptions_CFM68K}
sshdh.cfm68k.o Ä ::.:sshdh.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshdh.c -o {Targ} {COptions_CFM68K}
sshdss.cfm68k.o Ä ::.:sshdss.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_CFM68K} ::.:sshdss.c -o {Targ} {COptions_CFM68K}
sshdssg.cfm68k.o Ä ::.:sshdssg.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_CFM68K} ::.:sshdssg.c -o {Targ} {COptions_CFM68K}
sshmd5.cfm68k.o Ä ::.:sshmd5.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshmd5.c -o {Targ} {COptions_CFM68K}
sshprime.cfm68k.o Ä ::.:sshprime.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshprime.c -o {Targ} {COptions_CFM68K}
sshpubk.cfm68k.o Ä ::.:sshpubk.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:sshpubk.c -o {Targ} {COptions_CFM68K}
sshrand.cfm68k.o Ä ::.:sshrand.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:sshrand.c -o {Targ} {COptions_CFM68K}
sshrsa.cfm68k.o Ä ::.:sshrsa.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
{C_CFM68K} ::.:sshrsa.c -o {Targ} {COptions_CFM68K}
sshrsag.cfm68k.o Ä ::.:sshrsag.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshrsag.c -o {Targ} {COptions_CFM68K}
sshsh512.cfm68k.o Ä ::.:sshsh512.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshsh512.c -o {Targ} {COptions_CFM68K}
sshsha.cfm68k.o Ä ::.:sshsha.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshsha.c -o {Targ} {COptions_CFM68K}
sshzlib.cfm68k.o Ä ::.:sshzlib.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
{C_CFM68K} ::.:sshzlib.c -o {Targ} {COptions_CFM68K}
stricmp.cfm68k.o Ä ::mac:stricmp.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::mac:stricmp.c -o {Targ} {COptions_CFM68K}
telnet.cfm68k.o Ä ::.:telnet.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:telnet.c -o {Targ} {COptions_CFM68K}
terminal.cfm68k.o Ä ::.:terminal.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:terminal.c -o {Targ} {COptions_CFM68K}
testback.cfm68k.o Ä ::.:testback.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:testback.c -o {Targ} {COptions_CFM68K}
toucs.cfm68k.o Ä ::charset:toucs.c ::charset:charset.h ::charset:internal.h
{C_CFM68K} ::charset:toucs.c -o {Targ} {COptions_CFM68K}
tree234.cfm68k.o Ä ::.:tree234.c ::.:puttymem.h ::.:tree234.h
{C_CFM68K} ::.:tree234.c -o {Targ} {COptions_CFM68K}
unicode.cfm68k.o Ä ::.:unicode.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:tree234.h ::.:puttymem.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:unicode.c -o {Targ} {COptions_CFM68K}
utf8.cfm68k.o Ä ::charset:utf8.c ::charset:charset.h ::charset:internal.h
{C_CFM68K} ::charset:utf8.c -o {Targ} {COptions_CFM68K}
ux_x11.cfm68k.o Ä ::unix:ux_x11.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::unix:ux_x11.c -o {Targ} {COptions_CFM68K}
uxagentc.cfm68k.o Ä ::unix:uxagentc.c ::.:putty.h ::.:misc.h ::.:tree234.h ¶
::.:puttymem.h ::.:puttyps.h ::.:network.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxagentc.c -o {Targ} {COptions_CFM68K}
uxcfg.cfm68k.o Ä ::unix:uxcfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::unix:uxcfg.c -o {Targ} {COptions_CFM68K}
uxcons.cfm68k.o Ä ::unix:uxcons.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::unix:uxcons.c -o {Targ} {COptions_CFM68K}
uxgen.cfm68k.o Ä ::unix:uxgen.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxgen.c -o {Targ} {COptions_CFM68K}
uxmisc.cfm68k.o Ä ::unix:uxmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxmisc.c -o {Targ} {COptions_CFM68K}
uxnet.cfm68k.o Ä ::unix:uxnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxnet.c -o {Targ} {COptions_CFM68K}
uxnoise.cfm68k.o Ä ::unix:uxnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::unix:uxnoise.c -o {Targ} {COptions_CFM68K}
uxplink.cfm68k.o Ä ::unix:uxplink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxplink.c -o {Targ} {COptions_CFM68K}
uxprint.cfm68k.o Ä ::unix:uxprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxprint.c -o {Targ} {COptions_CFM68K}
uxproxy.cfm68k.o Ä ::unix:uxproxy.c ::.:tree234.h ::.:putty.h ::.:network.h ¶
::.:proxy.h ::.:puttyps.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxproxy.c -o {Targ} {COptions_CFM68K}
uxputty.cfm68k.o Ä ::unix:uxputty.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxputty.c -o {Targ} {COptions_CFM68K}
uxsel.cfm68k.o Ä ::unix:uxsel.c ::.:putty.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxsel.c -o {Targ} {COptions_CFM68K}
uxsftp.cfm68k.o Ä ::unix:uxsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxsftp.c -o {Targ} {COptions_CFM68K}
uxstore.cfm68k.o Ä ::unix:uxstore.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::unix:uxstore.c -o {Targ} {COptions_CFM68K}
uxucs.cfm68k.o Ä ::unix:uxucs.c ::.:putty.h ::charset:charset.h ¶
::.:terminal.h ::.:misc.h ::.:puttyps.h ::.:network.h ¶
::.:tree234.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
{C_CFM68K} ::unix:uxucs.c -o {Targ} {COptions_CFM68K}
version.cfm68k.o Ä ::.:version.c
{C_CFM68K} ::.:version.c -o {Targ} {COptions_CFM68K}
vsnprint.cfm68k.o Ä ::mac:vsnprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::mac:vsnprint.c -o {Targ} {COptions_CFM68K}
wcwidth.cfm68k.o Ä ::.:wcwidth.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:wcwidth.c -o {Targ} {COptions_CFM68K}
wildcard.cfm68k.o Ä ::.:wildcard.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:wildcard.c -o {Targ} {COptions_CFM68K}
wincfg.cfm68k.o Ä ::.:wincfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:wincfg.c -o {Targ} {COptions_CFM68K}
winctrls.cfm68k.o Ä ::.:winctrls.c ::.:putty.h ::.:misc.h ::.:dialog.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:winctrls.c -o {Targ} {COptions_CFM68K}
windefs.cfm68k.o Ä ::.:windefs.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:windefs.c -o {Targ} {COptions_CFM68K}
windlg.cfm68k.o Ä ::.:windlg.c ::.:putty.h ::.:ssh.h ::.:win_res.h ¶
::.:storage.h ::.:dialog.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:windlg.c -o {Targ} {COptions_CFM68K}
window.cfm68k.o Ä ::.:window.c ::.:putty.h ::.:terminal.h ::.:storage.h ¶
::.:win_res.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:window.c -o {Targ} {COptions_CFM68K}
winmisc.cfm68k.o Ä ::.:winmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:winmisc.c -o {Targ} {COptions_CFM68K}
winnet.cfm68k.o Ä ::.:winnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:winnet.c -o {Targ} {COptions_CFM68K}
winsftp.cfm68k.o Ä ::.:winsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:winsftp.c -o {Targ} {COptions_CFM68K}
winstore.cfm68k.o Ä ::.:winstore.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
{C_CFM68K} ::.:winstore.c -o {Targ} {COptions_CFM68K}
winutils.cfm68k.o Ä ::.:winutils.c ::.:misc.h ::.:puttymem.h
{C_CFM68K} ::.:winutils.c -o {Targ} {COptions_CFM68K}
x11fwd.cfm68k.o Ä ::.:x11fwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
{C_CFM68K} ::.:x11fwd.c -o {Targ} {COptions_CFM68K}
xenc.cfm68k.o Ä ::charset:xenc.c ::charset:charset.h ::charset:internal.h
{C_CFM68K} ::charset:xenc.c -o {Targ} {COptions_CFM68K}
xkeysym.cfm68k.o Ä ::unix:xkeysym.c ::.:misc.h ::.:puttymem.h
{C_CFM68K} ::unix:xkeysym.c -o {Targ} {COptions_CFM68K}
be_all.ppc.o Ä ::.:be_all.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:be_all.c -o {Targ} {COptions_PPC}
be_none.ppc.o Ä ::.:be_none.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:be_none.c -o {Targ} {COptions_PPC}
be_nossh.ppc.o Ä ::.:be_nossh.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:be_nossh.c -o {Targ} {COptions_PPC}
cmdgen.ppc.o Ä ::.:cmdgen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:cmdgen.c -o {Targ} {COptions_PPC}
cmdline.ppc.o Ä ::.:cmdline.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:cmdline.c -o {Targ} {COptions_PPC}
config.ppc.o Ä ::.:config.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:config.c -o {Targ} {COptions_PPC}
console.ppc.o Ä ::.:console.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:console.c -o {Targ} {COptions_PPC}
dialog.ppc.o Ä ::.:dialog.c ::.:putty.h ::.:dialog.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:dialog.c -o {Targ} {COptions_PPC}
fromucs.ppc.o Ä ::charset:fromucs.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:fromucs.c -o {Targ} {COptions_PPC}
gtkcols.ppc.o Ä ::unix:gtkcols.c ::unix:gtkcols.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:gtkcols.c -o {Targ} {COptions_PPC}
gtkdlg.ppc.o Ä ::unix:gtkdlg.c ::unix:gtkcols.h ::unix:gtkpanel.h ¶
::.:putty.h ::.:storage.h ::.:dialog.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:gtkdlg.c -o {Targ} {COptions_PPC}
gtkpanel.ppc.o Ä ::unix:gtkpanel.c ::unix:gtkpanel.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:gtkpanel.c -o {Targ} {COptions_PPC}
import.ppc.o Ä ::.:import.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:puttyps.h ¶
::.:network.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:import.c -o {Targ} {COptions_PPC}
int64.ppc.o Ä ::.:int64.c ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:int64.c -o {Targ} {COptions_PPC}
ldisc.ppc.o Ä ::.:ldisc.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:ldisc.c -o {Targ} {COptions_PPC}
ldiscucs.ppc.o Ä ::.:ldiscucs.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:ldiscucs.c -o {Targ} {COptions_PPC}
localenc.ppc.o Ä ::charset:localenc.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:localenc.c -o {Targ} {COptions_PPC}
logging.ppc.o Ä ::.:logging.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:logging.c -o {Targ} {COptions_PPC}
mac.ppc.o Ä ::mac:mac.c ::mac:macresid.h ::.:putty.h ::.:ssh.h ¶
::.:terminal.h ::mac:mac.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:tree234.h ¶
::charset:charset.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:mac.c -o {Targ} {COptions_PPC}
macabout.ppc.o Ä ::mac:macabout.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::charset:charset.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macabout.c -o {Targ} {COptions_PPC}
macctrls.ppc.o Ä ::mac:macctrls.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:dialog.h ::.:tree234.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macctrls.c -o {Targ} {COptions_PPC}
macdlg.ppc.o Ä ::mac:macdlg.c ::.:putty.h ::.:dialog.h ::mac:mac.h ¶
::mac:macresid.h ::.:storage.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macdlg.c -o {Targ} {COptions_PPC}
macenc.ppc.o Ä ::charset:macenc.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:macenc.c -o {Targ} {COptions_PPC}
macevlog.ppc.o Ä ::mac:macevlog.c ::.:putty.h ::mac:mac.h ::mac:macresid.h ¶
::.:terminal.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macevlog.c -o {Targ} {COptions_PPC}
macmisc.ppc.o Ä ::mac:macmisc.c ::.:putty.h ::mac:mac.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macmisc.c -o {Targ} {COptions_PPC}
macnet.ppc.o Ä ::mac:macnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macnet.c -o {Targ} {COptions_PPC}
macnoise.ppc.o Ä ::mac:macnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macnoise.c -o {Targ} {COptions_PPC}
macpgen.ppc.o Ä ::mac:macpgen.c ::mac:macpgrid.h ::.:putty.h ::.:ssh.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macpgen.c -o {Targ} {COptions_PPC}
macpgkey.ppc.o Ä ::mac:macpgkey.c ::.:putty.h ::mac:mac.h ::mac:macpgrid.h ¶
::.:ssh.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macpgkey.c -o {Targ} {COptions_PPC}
macstore.ppc.o Ä ::mac:macstore.c ::.:putty.h ::.:storage.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macstore.c -o {Targ} {COptions_PPC}
macterm.ppc.o Ä ::mac:macterm.c ::mac:macresid.h ::.:putty.h ¶
::charset:charset.h ::mac:mac.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macterm.c -o {Targ} {COptions_PPC}
macucs.ppc.o Ä ::mac:macucs.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:macucs.c -o {Targ} {COptions_PPC}
mimeenc.ppc.o Ä ::charset:mimeenc.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:mimeenc.c -o {Targ} {COptions_PPC}
misc.ppc.o Ä ::.:misc.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:misc.c -o {Targ} {COptions_PPC}
mtcpnet.ppc.o Ä ::mac:mtcpnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:mtcpnet.c -o {Targ} {COptions_PPC}
noise.ppc.o Ä ::.:noise.c ::.:putty.h ::.:ssh.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:noise.c -o {Targ} {COptions_PPC}
otnet.ppc.o Ä ::mac:otnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:otnet.c -o {Targ} {COptions_PPC}
pageant.ppc.o Ä ::.:pageant.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:pageant.c -o {Targ} {COptions_PPC}
pageantc.ppc.o Ä ::.:pageantc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:pageantc.c -o {Targ} {COptions_PPC}
plink.ppc.o Ä ::.:plink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:plink.c -o {Targ} {COptions_PPC}
portfwd.ppc.o Ä ::.:portfwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:portfwd.c -o {Targ} {COptions_PPC}
pproxy.ppc.o Ä ::.:pproxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:pproxy.c -o {Targ} {COptions_PPC}
printing.ppc.o Ä ::.:printing.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:printing.c -o {Targ} {COptions_PPC}
proxy.ppc.o Ä ::.:proxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:proxy.c -o {Targ} {COptions_PPC}
psftp.ppc.o Ä ::.:psftp.c ::.:putty.h ::.:psftp.h ::.:storage.h ::.:ssh.h ¶
::.:sftp.h ::.:int64.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:psftp.c -o {Targ} {COptions_PPC}
pterm.ppc.o Ä ::unix:pterm.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:pterm.c -o {Targ} {COptions_PPC}
ptermm.ppc.o Ä ::unix:ptermm.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:ptermm.c -o {Targ} {COptions_PPC}
pty.ppc.o Ä ::unix:pty.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:pty.c -o {Targ} {COptions_PPC}
puttygen.ppc.o Ä ::.:puttygen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:puttygen.c -o {Targ} {COptions_PPC}
raw.ppc.o Ä ::.:raw.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:raw.c -o {Targ} {COptions_PPC}
rlogin.ppc.o Ä ::.:rlogin.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:rlogin.c -o {Targ} {COptions_PPC}
sbcs.ppc.o Ä ::charset:sbcs.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:sbcs.c -o {Targ} {COptions_PPC}
sbcsdat.ppc.o Ä ::charset:sbcsdat.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:sbcsdat.c -o {Targ} {COptions_PPC}
scp.ppc.o Ä ::.:scp.c ::.:putty.h ::.:psftp.h ::.:ssh.h ::.:sftp.h ¶
::.:storage.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:scp.c -o {Targ} {COptions_PPC}
settings.ppc.o Ä ::.:settings.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:settings.c -o {Targ} {COptions_PPC}
sftp.ppc.o Ä ::.:sftp.c ::.:misc.h ::.:int64.h ::.:tree234.h ::.:sftp.h ¶
::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sftp.c -o {Targ} {COptions_PPC}
signal.ppc.o Ä ::unix:signal.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:signal.c -o {Targ} {COptions_PPC}
sizetip.ppc.o Ä ::.:sizetip.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sizetip.c -o {Targ} {COptions_PPC}
slookup.ppc.o Ä ::charset:slookup.c ::charset:charset.h ::charset:internal.h ¶
::charset:enum.c ::charset:sbcsdat.c ::charset:utf8.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:slookup.c -o {Targ} {COptions_PPC}
ssh.ppc.o Ä ::.:ssh.c ::.:putty.h ::.:tree234.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:ssh.c -o {Targ} {COptions_PPC}
sshaes.ppc.o Ä ::.:sshaes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshaes.c -o {Targ} {COptions_PPC}
sshblowf.ppc.o Ä ::.:sshblowf.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshblowf.c -o {Targ} {COptions_PPC}
sshbn.ppc.o Ä ::.:sshbn.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshbn.c -o {Targ} {COptions_PPC}
sshcrc.ppc.o Ä ::.:sshcrc.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshcrc.c -o {Targ} {COptions_PPC}
sshcrcda.ppc.o Ä ::.:sshcrcda.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshcrcda.c -o {Targ} {COptions_PPC}
sshdes.ppc.o Ä ::.:sshdes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshdes.c -o {Targ} {COptions_PPC}
sshdh.ppc.o Ä ::.:sshdh.c ::.:ssh.h ::.:puttymem.h ::.:network.h ::.:int64.h ¶
::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshdh.c -o {Targ} {COptions_PPC}
sshdss.ppc.o Ä ::.:sshdss.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshdss.c -o {Targ} {COptions_PPC}
sshdssg.ppc.o Ä ::.:sshdssg.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshdssg.c -o {Targ} {COptions_PPC}
sshmd5.ppc.o Ä ::.:sshmd5.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshmd5.c -o {Targ} {COptions_PPC}
sshprime.ppc.o Ä ::.:sshprime.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshprime.c -o {Targ} {COptions_PPC}
sshpubk.ppc.o Ä ::.:sshpubk.c ::.:putty.h ::.:ssh.h ::.:misc.h ::.:puttyps.h ¶
::.:network.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshpubk.c -o {Targ} {COptions_PPC}
sshrand.ppc.o Ä ::.:sshrand.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshrand.c -o {Targ} {COptions_PPC}
sshrsa.ppc.o Ä ::.:sshrsa.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshrsa.c -o {Targ} {COptions_PPC}
sshrsag.ppc.o Ä ::.:sshrsag.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshrsag.c -o {Targ} {COptions_PPC}
sshsh512.ppc.o Ä ::.:sshsh512.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshsh512.c -o {Targ} {COptions_PPC}
sshsha.ppc.o Ä ::.:sshsha.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshsha.c -o {Targ} {COptions_PPC}
sshzlib.ppc.o Ä ::.:sshzlib.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:sshzlib.c -o {Targ} {COptions_PPC}
stricmp.ppc.o Ä ::mac:stricmp.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:stricmp.c -o {Targ} {COptions_PPC}
telnet.ppc.o Ä ::.:telnet.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:telnet.c -o {Targ} {COptions_PPC}
terminal.ppc.o Ä ::.:terminal.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:terminal.c -o {Targ} {COptions_PPC}
testback.ppc.o Ä ::.:testback.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:testback.c -o {Targ} {COptions_PPC}
toucs.ppc.o Ä ::charset:toucs.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:toucs.c -o {Targ} {COptions_PPC}
tree234.ppc.o Ä ::.:tree234.c ::.:puttymem.h ::.:tree234.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:tree234.c -o {Targ} {COptions_PPC}
unicode.ppc.o Ä ::.:unicode.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:tree234.h ::.:puttymem.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:unicode.c -o {Targ} {COptions_PPC}
utf8.ppc.o Ä ::charset:utf8.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:utf8.c -o {Targ} {COptions_PPC}
ux_x11.ppc.o Ä ::unix:ux_x11.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:ux_x11.c -o {Targ} {COptions_PPC}
uxagentc.ppc.o Ä ::unix:uxagentc.c ::.:putty.h ::.:misc.h ::.:tree234.h ¶
::.:puttymem.h ::.:puttyps.h ::.:network.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxagentc.c -o {Targ} {COptions_PPC}
uxcfg.ppc.o Ä ::unix:uxcfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxcfg.c -o {Targ} {COptions_PPC}
uxcons.ppc.o Ä ::unix:uxcons.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxcons.c -o {Targ} {COptions_PPC}
uxgen.ppc.o Ä ::unix:uxgen.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxgen.c -o {Targ} {COptions_PPC}
uxmisc.ppc.o Ä ::unix:uxmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxmisc.c -o {Targ} {COptions_PPC}
uxnet.ppc.o Ä ::unix:uxnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxnet.c -o {Targ} {COptions_PPC}
uxnoise.ppc.o Ä ::unix:uxnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxnoise.c -o {Targ} {COptions_PPC}
uxplink.ppc.o Ä ::unix:uxplink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxplink.c -o {Targ} {COptions_PPC}
uxprint.ppc.o Ä ::unix:uxprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxprint.c -o {Targ} {COptions_PPC}
uxproxy.ppc.o Ä ::unix:uxproxy.c ::.:tree234.h ::.:putty.h ::.:network.h ¶
::.:proxy.h ::.:puttyps.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxproxy.c -o {Targ} {COptions_PPC}
uxputty.ppc.o Ä ::unix:uxputty.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxputty.c -o {Targ} {COptions_PPC}
uxsel.ppc.o Ä ::unix:uxsel.c ::.:putty.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxsel.c -o {Targ} {COptions_PPC}
uxsftp.ppc.o Ä ::unix:uxsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxsftp.c -o {Targ} {COptions_PPC}
uxstore.ppc.o Ä ::unix:uxstore.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxstore.c -o {Targ} {COptions_PPC}
uxucs.ppc.o Ä ::unix:uxucs.c ::.:putty.h ::charset:charset.h ::.:terminal.h ¶
::.:misc.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:uxucs.c -o {Targ} {COptions_PPC}
version.ppc.o Ä ::.:version.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:version.c -o {Targ} {COptions_PPC}
vsnprint.ppc.o Ä ::mac:vsnprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::mac:vsnprint.c -o {Targ} {COptions_PPC}
wcwidth.ppc.o Ä ::.:wcwidth.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:wcwidth.c -o {Targ} {COptions_PPC}
wildcard.ppc.o Ä ::.:wildcard.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:wildcard.c -o {Targ} {COptions_PPC}
wincfg.ppc.o Ä ::.:wincfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:wincfg.c -o {Targ} {COptions_PPC}
winctrls.ppc.o Ä ::.:winctrls.c ::.:putty.h ::.:misc.h ::.:dialog.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winctrls.c -o {Targ} {COptions_PPC}
windefs.ppc.o Ä ::.:windefs.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:windefs.c -o {Targ} {COptions_PPC}
windlg.ppc.o Ä ::.:windlg.c ::.:putty.h ::.:ssh.h ::.:win_res.h ¶
::.:storage.h ::.:dialog.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:windlg.c -o {Targ} {COptions_PPC}
window.ppc.o Ä ::.:window.c ::.:putty.h ::.:terminal.h ::.:storage.h ¶
::.:win_res.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:window.c -o {Targ} {COptions_PPC}
winmisc.ppc.o Ä ::.:winmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winmisc.c -o {Targ} {COptions_PPC}
winnet.ppc.o Ä ::.:winnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winnet.c -o {Targ} {COptions_PPC}
winsftp.ppc.o Ä ::.:winsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winsftp.c -o {Targ} {COptions_PPC}
winstore.ppc.o Ä ::.:winstore.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winstore.c -o {Targ} {COptions_PPC}
winutils.ppc.o Ä ::.:winutils.c ::.:misc.h ::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:winutils.c -o {Targ} {COptions_PPC}
x11fwd.ppc.o Ä ::.:x11fwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::.:x11fwd.c -o {Targ} {COptions_PPC}
xenc.ppc.o Ä ::charset:xenc.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::charset:xenc.c -o {Targ} {COptions_PPC}
xkeysym.ppc.o Ä ::unix:xkeysym.c ::.:misc.h ::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_PPC} ::unix:xkeysym.c -o {Targ} {COptions_PPC}
be_all.carbon.o Ä ::.:be_all.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:be_all.c -o {Targ} {COptions_Carbon}
be_none.carbon.o Ä ::.:be_none.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:be_none.c -o {Targ} {COptions_Carbon}
be_nossh.carbon.o Ä ::.:be_nossh.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:be_nossh.c -o {Targ} {COptions_Carbon}
cmdgen.carbon.o Ä ::.:cmdgen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:cmdgen.c -o {Targ} {COptions_Carbon}
cmdline.carbon.o Ä ::.:cmdline.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:cmdline.c -o {Targ} {COptions_Carbon}
config.carbon.o Ä ::.:config.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:config.c -o {Targ} {COptions_Carbon}
console.carbon.o Ä ::.:console.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:console.c -o {Targ} {COptions_Carbon}
dialog.carbon.o Ä ::.:dialog.c ::.:putty.h ::.:dialog.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:dialog.c -o {Targ} {COptions_Carbon}
fromucs.carbon.o Ä ::charset:fromucs.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:fromucs.c -o {Targ} {COptions_Carbon}
gtkcols.carbon.o Ä ::unix:gtkcols.c ::unix:gtkcols.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:gtkcols.c -o {Targ} {COptions_Carbon}
gtkdlg.carbon.o Ä ::unix:gtkdlg.c ::unix:gtkcols.h ::unix:gtkpanel.h ¶
::.:putty.h ::.:storage.h ::.:dialog.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:gtkdlg.c -o {Targ} {COptions_Carbon}
gtkpanel.carbon.o Ä ::unix:gtkpanel.c ::unix:gtkpanel.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:gtkpanel.c -o {Targ} {COptions_Carbon}
import.carbon.o Ä ::.:import.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:import.c -o {Targ} {COptions_Carbon}
int64.carbon.o Ä ::.:int64.c ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:int64.c -o {Targ} {COptions_Carbon}
ldisc.carbon.o Ä ::.:ldisc.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:ldisc.c -o {Targ} {COptions_Carbon}
ldiscucs.carbon.o Ä ::.:ldiscucs.c ::.:putty.h ::.:terminal.h ::.:ldisc.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:ldiscucs.c -o {Targ} {COptions_Carbon}
localenc.carbon.o Ä ::charset:localenc.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:localenc.c -o {Targ} {COptions_Carbon}
logging.carbon.o Ä ::.:logging.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:logging.c -o {Targ} {COptions_Carbon}
mac.carbon.o Ä ::mac:mac.c ::mac:macresid.h ::.:putty.h ::.:ssh.h ¶
::.:terminal.h ::mac:mac.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:tree234.h ¶
::charset:charset.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:mac.c -o {Targ} {COptions_Carbon}
macabout.carbon.o Ä ::mac:macabout.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macabout.c -o {Targ} {COptions_Carbon}
macctrls.carbon.o Ä ::mac:macctrls.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:dialog.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macctrls.c -o {Targ} {COptions_Carbon}
macdlg.carbon.o Ä ::mac:macdlg.c ::.:putty.h ::.:dialog.h ::mac:mac.h ¶
::mac:macresid.h ::.:storage.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macdlg.c -o {Targ} {COptions_Carbon}
macenc.carbon.o Ä ::charset:macenc.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:macenc.c -o {Targ} {COptions_Carbon}
macevlog.carbon.o Ä ::mac:macevlog.c ::.:putty.h ::mac:mac.h ¶
::mac:macresid.h ::.:terminal.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macevlog.c -o {Targ} {COptions_Carbon}
macmisc.carbon.o Ä ::mac:macmisc.c ::.:putty.h ::mac:mac.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macmisc.c -o {Targ} {COptions_Carbon}
macnet.carbon.o Ä ::mac:macnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macnet.c -o {Targ} {COptions_Carbon}
macnoise.carbon.o Ä ::mac:macnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macnoise.c -o {Targ} {COptions_Carbon}
macpgen.carbon.o Ä ::mac:macpgen.c ::mac:macpgrid.h ::.:putty.h ::.:ssh.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macpgen.c -o {Targ} {COptions_Carbon}
macpgkey.carbon.o Ä ::mac:macpgkey.c ::.:putty.h ::mac:mac.h ¶
::mac:macpgrid.h ::.:ssh.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::charset:charset.h ::.:tree234.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macpgkey.c -o {Targ} {COptions_Carbon}
macstore.carbon.o Ä ::mac:macstore.c ::.:putty.h ::.:storage.h ::mac:mac.h ¶
::mac:macresid.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::charset:charset.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macstore.c -o {Targ} {COptions_Carbon}
macterm.carbon.o Ä ::mac:macterm.c ::mac:macresid.h ::.:putty.h ¶
::charset:charset.h ::mac:mac.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macterm.c -o {Targ} {COptions_Carbon}
macucs.carbon.o Ä ::mac:macucs.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::mac:mac.h ::.:puttyps.h ::.:network.h ::.:tree234.h ¶
::.:puttymem.h ::charset:charset.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:macucs.c -o {Targ} {COptions_Carbon}
mimeenc.carbon.o Ä ::charset:mimeenc.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:mimeenc.c -o {Targ} {COptions_Carbon}
misc.carbon.o Ä ::.:misc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:misc.c -o {Targ} {COptions_Carbon}
mtcpnet.carbon.o Ä ::mac:mtcpnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:mtcpnet.c -o {Targ} {COptions_Carbon}
noise.carbon.o Ä ::.:noise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:noise.c -o {Targ} {COptions_Carbon}
otnet.carbon.o Ä ::mac:otnet.c ::.:putty.h ::.:network.h ::mac:mac.h ¶
::.:puttyps.h ::.:misc.h ::charset:charset.h ::.:tree234.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:otnet.c -o {Targ} {COptions_Carbon}
pageant.carbon.o Ä ::.:pageant.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:tree234.h ::.:puttyps.h ::.:network.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:pageant.c -o {Targ} {COptions_Carbon}
pageantc.carbon.o Ä ::.:pageantc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:pageantc.c -o {Targ} {COptions_Carbon}
plink.carbon.o Ä ::.:plink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:plink.c -o {Targ} {COptions_Carbon}
portfwd.carbon.o Ä ::.:portfwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:portfwd.c -o {Targ} {COptions_Carbon}
pproxy.carbon.o Ä ::.:pproxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:pproxy.c -o {Targ} {COptions_Carbon}
printing.carbon.o Ä ::.:printing.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:printing.c -o {Targ} {COptions_Carbon}
proxy.carbon.o Ä ::.:proxy.c ::.:putty.h ::.:network.h ::.:proxy.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:proxy.c -o {Targ} {COptions_Carbon}
psftp.carbon.o Ä ::.:psftp.c ::.:putty.h ::.:psftp.h ::.:storage.h ::.:ssh.h ¶
::.:sftp.h ::.:int64.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:psftp.c -o {Targ} {COptions_Carbon}
pterm.carbon.o Ä ::unix:pterm.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:pterm.c -o {Targ} {COptions_Carbon}
ptermm.carbon.o Ä ::unix:ptermm.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:ptermm.c -o {Targ} {COptions_Carbon}
pty.carbon.o Ä ::unix:pty.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:pty.c -o {Targ} {COptions_Carbon}
puttygen.carbon.o Ä ::.:puttygen.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:puttygen.c -o {Targ} {COptions_Carbon}
raw.carbon.o Ä ::.:raw.c ::.:putty.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:raw.c -o {Targ} {COptions_Carbon}
rlogin.carbon.o Ä ::.:rlogin.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:rlogin.c -o {Targ} {COptions_Carbon}
sbcs.carbon.o Ä ::charset:sbcs.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:sbcs.c -o {Targ} {COptions_Carbon}
sbcsdat.carbon.o Ä ::charset:sbcsdat.c ::charset:charset.h ¶
::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:sbcsdat.c -o {Targ} {COptions_Carbon}
scp.carbon.o Ä ::.:scp.c ::.:putty.h ::.:psftp.h ::.:ssh.h ::.:sftp.h ¶
::.:storage.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:puttymem.h ::.:int64.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:scp.c -o {Targ} {COptions_Carbon}
settings.carbon.o Ä ::.:settings.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:settings.c -o {Targ} {COptions_Carbon}
sftp.carbon.o Ä ::.:sftp.c ::.:misc.h ::.:int64.h ::.:tree234.h ::.:sftp.h ¶
::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sftp.c -o {Targ} {COptions_Carbon}
signal.carbon.o Ä ::unix:signal.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:signal.c -o {Targ} {COptions_Carbon}
sizetip.carbon.o Ä ::.:sizetip.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sizetip.c -o {Targ} {COptions_Carbon}
slookup.carbon.o Ä ::charset:slookup.c ::charset:charset.h ¶
::charset:internal.h ::charset:enum.c ::charset:sbcsdat.c ¶
::charset:utf8.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:slookup.c -o {Targ} {COptions_Carbon}
ssh.carbon.o Ä ::.:ssh.c ::.:putty.h ::.:tree234.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:ssh.c -o {Targ} {COptions_Carbon}
sshaes.carbon.o Ä ::.:sshaes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshaes.c -o {Targ} {COptions_Carbon}
sshblowf.carbon.o Ä ::.:sshblowf.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshblowf.c -o {Targ} {COptions_Carbon}
sshbn.carbon.o Ä ::.:sshbn.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshbn.c -o {Targ} {COptions_Carbon}
sshcrc.carbon.o Ä ::.:sshcrc.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshcrc.c -o {Targ} {COptions_Carbon}
sshcrcda.carbon.o Ä ::.:sshcrcda.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshcrcda.c -o {Targ} {COptions_Carbon}
sshdes.carbon.o Ä ::.:sshdes.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshdes.c -o {Targ} {COptions_Carbon}
sshdh.carbon.o Ä ::.:sshdh.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshdh.c -o {Targ} {COptions_Carbon}
sshdss.carbon.o Ä ::.:sshdss.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshdss.c -o {Targ} {COptions_Carbon}
sshdssg.carbon.o Ä ::.:sshdssg.c ::.:misc.h ::.:ssh.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshdssg.c -o {Targ} {COptions_Carbon}
sshmd5.carbon.o Ä ::.:sshmd5.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshmd5.c -o {Targ} {COptions_Carbon}
sshprime.carbon.o Ä ::.:sshprime.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshprime.c -o {Targ} {COptions_Carbon}
sshpubk.carbon.o Ä ::.:sshpubk.c ::.:putty.h ::.:ssh.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshpubk.c -o {Targ} {COptions_Carbon}
sshrand.carbon.o Ä ::.:sshrand.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshrand.c -o {Targ} {COptions_Carbon}
sshrsa.carbon.o Ä ::.:sshrsa.c ::.:ssh.h ::.:misc.h ::.:puttymem.h ¶
::.:network.h ::.:int64.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshrsa.c -o {Targ} {COptions_Carbon}
sshrsag.carbon.o Ä ::.:sshrsag.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshrsag.c -o {Targ} {COptions_Carbon}
sshsh512.carbon.o Ä ::.:sshsh512.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshsh512.c -o {Targ} {COptions_Carbon}
sshsha.carbon.o Ä ::.:sshsha.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshsha.c -o {Targ} {COptions_Carbon}
sshzlib.carbon.o Ä ::.:sshzlib.c ::.:ssh.h ::.:puttymem.h ::.:network.h ¶
::.:int64.h ::.:misc.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:sshzlib.c -o {Targ} {COptions_Carbon}
stricmp.carbon.o Ä ::mac:stricmp.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:stricmp.c -o {Targ} {COptions_Carbon}
telnet.carbon.o Ä ::.:telnet.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:telnet.c -o {Targ} {COptions_Carbon}
terminal.carbon.o Ä ::.:terminal.c ::.:putty.h ::.:terminal.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:tree234.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:terminal.c -o {Targ} {COptions_Carbon}
testback.carbon.o Ä ::.:testback.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:testback.c -o {Targ} {COptions_Carbon}
toucs.carbon.o Ä ::charset:toucs.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:toucs.c -o {Targ} {COptions_Carbon}
tree234.carbon.o Ä ::.:tree234.c ::.:puttymem.h ::.:tree234.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:tree234.c -o {Targ} {COptions_Carbon}
unicode.carbon.o Ä ::.:unicode.c ::.:putty.h ::.:terminal.h ::.:misc.h ¶
::.:puttyps.h ::.:network.h ::.:tree234.h ::.:puttymem.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:unicode.c -o {Targ} {COptions_Carbon}
utf8.carbon.o Ä ::charset:utf8.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:utf8.c -o {Targ} {COptions_Carbon}
ux_x11.carbon.o Ä ::unix:ux_x11.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:ux_x11.c -o {Targ} {COptions_Carbon}
uxagentc.carbon.o Ä ::unix:uxagentc.c ::.:putty.h ::.:misc.h ::.:tree234.h ¶
::.:puttymem.h ::.:puttyps.h ::.:network.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxagentc.c -o {Targ} {COptions_Carbon}
uxcfg.carbon.o Ä ::unix:uxcfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxcfg.c -o {Targ} {COptions_Carbon}
uxcons.carbon.o Ä ::unix:uxcons.c ::.:putty.h ::.:storage.h ::.:ssh.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxcons.c -o {Targ} {COptions_Carbon}
uxgen.carbon.o Ä ::unix:uxgen.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxgen.c -o {Targ} {COptions_Carbon}
uxmisc.carbon.o Ä ::unix:uxmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxmisc.c -o {Targ} {COptions_Carbon}
uxnet.carbon.o Ä ::unix:uxnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxnet.c -o {Targ} {COptions_Carbon}
uxnoise.carbon.o Ä ::unix:uxnoise.c ::.:putty.h ::.:ssh.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:puttymem.h ¶
::.:int64.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:tree234.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxnoise.c -o {Targ} {COptions_Carbon}
uxplink.carbon.o Ä ::unix:uxplink.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxplink.c -o {Targ} {COptions_Carbon}
uxprint.carbon.o Ä ::unix:uxprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxprint.c -o {Targ} {COptions_Carbon}
uxproxy.carbon.o Ä ::unix:uxproxy.c ::.:tree234.h ::.:putty.h ::.:network.h ¶
::.:proxy.h ::.:puttyps.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxproxy.c -o {Targ} {COptions_Carbon}
uxputty.carbon.o Ä ::unix:uxputty.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxputty.c -o {Targ} {COptions_Carbon}
uxsel.carbon.o Ä ::unix:uxsel.c ::.:putty.h ::.:tree234.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxsel.c -o {Targ} {COptions_Carbon}
uxsftp.carbon.o Ä ::unix:uxsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxsftp.c -o {Targ} {COptions_Carbon}
uxstore.carbon.o Ä ::unix:uxstore.c ::.:putty.h ::.:storage.h ::.:tree234.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxstore.c -o {Targ} {COptions_Carbon}
uxucs.carbon.o Ä ::unix:uxucs.c ::.:putty.h ::charset:charset.h ¶
::.:terminal.h ::.:misc.h ::.:puttyps.h ::.:network.h ¶
::.:tree234.h ::.:puttymem.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:winhelp.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:uxucs.c -o {Targ} {COptions_Carbon}
version.carbon.o Ä ::.:version.c
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:version.c -o {Targ} {COptions_Carbon}
vsnprint.carbon.o Ä ::mac:vsnprint.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::mac:vsnprint.c -o {Targ} {COptions_Carbon}
wcwidth.carbon.o Ä ::.:wcwidth.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:wcwidth.c -o {Targ} {COptions_Carbon}
wildcard.carbon.o Ä ::.:wildcard.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:wildcard.c -o {Targ} {COptions_Carbon}
wincfg.carbon.o Ä ::.:wincfg.c ::.:putty.h ::.:dialog.h ::.:storage.h ¶
::.:puttyps.h ::.:network.h ::.:misc.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:puttymem.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:wincfg.c -o {Targ} {COptions_Carbon}
winctrls.carbon.o Ä ::.:winctrls.c ::.:putty.h ::.:misc.h ::.:dialog.h ¶
::.:puttyps.h ::.:network.h ::.:puttymem.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winctrls.c -o {Targ} {COptions_Carbon}
windefs.carbon.o Ä ::.:windefs.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:windefs.c -o {Targ} {COptions_Carbon}
windlg.carbon.o Ä ::.:windlg.c ::.:putty.h ::.:ssh.h ::.:win_res.h ¶
::.:storage.h ::.:dialog.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:puttymem.h ::.:int64.h ::.:winstuff.h ¶
::mac:macstuff.h ::unix:unix.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:windlg.c -o {Targ} {COptions_Carbon}
window.carbon.o Ä ::.:window.c ::.:putty.h ::.:terminal.h ::.:storage.h ¶
::.:win_res.h ::.:puttyps.h ::.:network.h ::.:misc.h ¶
::.:tree234.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:window.c -o {Targ} {COptions_Carbon}
winmisc.carbon.o Ä ::.:winmisc.c ::.:putty.h ::.:puttyps.h ::.:network.h ¶
::.:misc.h ::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ¶
::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winmisc.c -o {Targ} {COptions_Carbon}
winnet.carbon.o Ä ::.:winnet.c ::.:putty.h ::.:network.h ::.:tree234.h ¶
::.:puttyps.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winnet.c -o {Targ} {COptions_Carbon}
winsftp.carbon.o Ä ::.:winsftp.c ::.:putty.h ::.:psftp.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winsftp.c -o {Targ} {COptions_Carbon}
winstore.carbon.o Ä ::.:winstore.c ::.:putty.h ::.:storage.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:winstuff.h ::mac:macstuff.h ¶
::unix:unix.h ::.:puttymem.h ::.:tree234.h ::.:winhelp.h ¶
::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winstore.c -o {Targ} {COptions_Carbon}
winutils.carbon.o Ä ::.:winutils.c ::.:misc.h ::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:winutils.c -o {Targ} {COptions_Carbon}
x11fwd.carbon.o Ä ::.:x11fwd.c ::.:putty.h ::.:ssh.h ::.:puttyps.h ¶
::.:network.h ::.:misc.h ::.:puttymem.h ::.:int64.h ¶
::.:winstuff.h ::mac:macstuff.h ::unix:unix.h ::.:tree234.h ¶
::.:winhelp.h ::charset:charset.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::.:x11fwd.c -o {Targ} {COptions_Carbon}
xenc.carbon.o Ä ::charset:xenc.c ::charset:charset.h ::charset:internal.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::charset:xenc.c -o {Targ} {COptions_Carbon}
xkeysym.carbon.o Ä ::unix:xkeysym.c ::.:misc.h ::.:puttymem.h
echo -n > {Targ}
setfile -t XCOF {Targ}
{C_Carbon} ::unix:xkeysym.c -o {Targ} {COptions_Carbon}
syntax highlighted by Code2HTML, v. 0.9.1