X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ebb7ac45d108c634ee714c584e0dd197a0ff3716..9098d00a6e799b6c051f6d0db63f7a23ad3399a4:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 2ac8e160..626141b4 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -617,7 +617,7 @@ LinkOptions = -c 'pTTY' -fragname PuTTY LinkOptions_68K = {LinkOptions} -br 68k -model far -compact LinkOptions_CFM68K = {LinkOptions} -br 020 -model cfmseg -compact LinkOptions_PPC = {LinkOptions} -LinkOptions_Carbon = {LinkOptions} +LinkOptions_Carbon = -m __appstart -w {LinkOptions} Libs_68K = "{CLibraries}StdCLib.far.o" \xb6 "{Libraries}MacRuntime.o" \xb6 @@ -660,7 +660,11 @@ Libs_PPC = {Libs_CFM} \xb6 "{PPCLibraries}OpenTransportAppPPC.o" \xb6 "{PPCLibraries}OpenTptInetPPC.o" -Libs_Carbon = "{SharedLibraries}CarbonLib" +Libs_Carbon = "{PPCLibraries}CarbonStdCLib.o" \xb6 + "{PPCLibraries}StdCRuntime.o" \xb6 + "{PPCLibraries}PPCCRuntime.o" \xb6 + "{SharedLibraries}CarbonLib" \xb6 + "{SharedLibraries}StdCLib" END print &splitline("all \xc4 " . join(" ", &progrealnames("M")), undef, "\xb6");