Updated Building a Classic MacOS app (markdown)

Uli Kusterer 2022-10-16 14:07:29 +02:00
parent bcd17f9b71
commit 024d3f26ae

@ -44,8 +44,8 @@ resource 'SIZE' (-1) {
## Create the Makefile for building this app ## Create the Makefile for building this app
``` ```
# This should point to wherever you've built the 'mpw' tool from this repository: # This should point to wherever you've installed the 'mpw' tool from this repository:
MPW=~/Programming/mpw/build/bin/mpw MPW=/usr/local/bin/mpw
RINCLUDES=~/mpw/Interfaces/RIncludes RINCLUDES=~/mpw/Interfaces/RIncludes