Join Nostr
2025-04-15 14:09:50 UTC
in reply to

Karl Baron on Nostr: In the end this is what I had to do: - Remove all the Mac Toolbox header includes, ...

In the end this is what I had to do:

- Remove all the Mac Toolbox header includes, CodeWarrior does it automagically
- Remove the jank “include all C files directly in the main file" method I used to avoid having to learn MPW Make. CW projects are automatic
- Add missing function prototypes (that MPW didn't need) and externs that I now need when it's not all one postprocessed file
- Fix that \r and \n are reversed in MPW
- Rename old "short" Toolbox calls to newer "long" ones… (1/2)