mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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:
parent
d7f5c50562
commit
09dc635ba3
@ -594,10 +594,10 @@ COptions_68K = {COptions} -proto strict -model far
|
|||||||
COptions_PPC = {COptions}
|
COptions_PPC = {COptions}
|
||||||
ILinkOptions = -t 'APPL' -c 'pTTY' -br 68k -model far
|
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}MacRuntime.o" \xb6
|
||||||
"{Libraries}MathLib.far.o" \xb6
|
"{Libraries}MathLib.far.o" \xb6
|
||||||
"{Libraries}IntEnv.o" \xb6
|
"{Libraries}IntEnv.far.o" \xb6
|
||||||
"{Libraries}Interface.o" \xb6
|
"{Libraries}Interface.o" \xb6
|
||||||
"{Libraries}OpenTransport.o" \xb6
|
"{Libraries}OpenTransport.o" \xb6
|
||||||
"{Libraries}OpenTransportApp.o" \xb6
|
"{Libraries}OpenTransportApp.o" \xb6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user