Changes between Initial Version and Version 1 of Ticket #61076, comment 9


Ignore:
Timestamp:
Apr 12, 2021, 5:27:45 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61076, comment 9

    initial v1  
    11Better, probably to try an newer SDk -- what does this one need? -- 10.10? -- and leave the deployment target set to the current system, and see what falls out. There will be things to fix, but IMHO that is (long run) going to be 100x easier that #ifdef'ing all these fixes back in, I would think.
    22
    3 If you want a quick example of what is needed and how to do it, look at libsdl2 -- it was way back there five long years ago when I first did that to fix libsdl2 on 10.6.8, and the 10.7 SDK was installed on the 10.6.8 builder.
     3If you want a quick example of what is needed and how to do it, look at libsdl2.