mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Correct handling of Mac OS 8.5 Window Manager and Control Manager. The new
functions turn out to be available only to PowerPC applications, through WindowsLib and ControlsLib respectively, so we weak-link against those in the obvious way. [originally from svn r2441]
This commit is contained in:
@ -637,6 +637,10 @@ Libs_CFM68K = {Libs_CFM} \xb6
|
||||
"{CFM68KLibraries}NuMacRuntime.o"
|
||||
|
||||
Libs_PPC = {Libs_CFM} \xb6
|
||||
"{SharedLibraries}ControlsLib" \xb6
|
||||
-weaklib ControlsLib \xb6
|
||||
"{SharedLibraries}WindowsLib" \xb6
|
||||
-weaklib WindowsLib \xb6
|
||||
"{PPCLibraries}StdCRuntime.o" \xb6
|
||||
"{PPCLibraries}PPCCRuntime.o" \xb6
|
||||
"{PPCLibraries}CarbonAccessors.o"
|
||||
|
Reference in New Issue
Block a user