Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uliwitness/mpw-sillyballs
Test for building a Classic macOS app on MacOS X using ksherlock's mpw tool.
https://github.com/uliwitness/mpw-sillyballs
retrocomputing
Last synced: 3 months ago
JSON representation
Test for building a Classic macOS app on MacOS X using ksherlock's mpw tool.
- Host: GitHub
- URL: https://github.com/uliwitness/mpw-sillyballs
- Owner: uliwitness
- Created: 2022-10-06T16:28:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T11:30:35.000Z (over 1 year ago)
- Last Synced: 2023-09-29T15:18:06.990Z (over 1 year ago)
- Topics: retrocomputing
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpw-sillyballs
Test for building a Classic macOS app on MacOS X using ksherlock's `mpw` tool.
## Requirements
You need a built version of the [`mpw` tool](https://github.com/ksherlock/mpw)
built according to the instructions in their Wiki.To run it, you need any MacOS classic Mac or emulator (i.e. MacOS 9 or earlier).
## Line Endings
The C (.c, .h) and Rez (.r) source files use MacRoman encoding and MacOS line endings
(ASCII 13) which GitHub doesn't display correctly (at least not yet; hopefully one
day they will!). View them as "Raw" to have your browser show them correctly.