1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Use the "far" versions of all libraries for which they seem to exist.

This should make things less likely to break as the code gets bigger.

[originally from svn r2375]
This commit is contained in:
Ben Harris 2002-12-29 13:41:38 +00:00
parent d7f5c50562
commit 09dc635ba3

View File

@ -594,10 +594,10 @@ COptions_68K = {COptions} -proto strict -model far
COptions_PPC = {COptions}
ILinkOptions = -t 'APPL' -c 'pTTY' -br 68k -model far
Libs_68K = "{CLibraries}StdCLib.o" \xb6
Libs_68K = "{CLibraries}StdCLib.far.o" \xb6
"{Libraries}MacRuntime.o" \xb6
"{Libraries}MathLib.far.o" \xb6
"{Libraries}IntEnv.o" \xb6
"{Libraries}IntEnv.far.o" \xb6
"{Libraries}Interface.o" \xb6
"{Libraries}OpenTransport.o" \xb6
"{Libraries}OpenTransportApp.o" \xb6