mpw-shell
mpw-shell copied to clipboard
A shell for those that prefer Macintosh Programmer's Workshop.
I'm trying to get this to run in my (non-MPW) makefile: ```bash MakePPCCodeRsrc build/obj/$(EXECUTABLE).tmp -o $(EXECUTABLE) -append -rt xcmd=7000 -c 'RSED' -t 'rsrc' -rn $(EXECUTABLE) ``` Installed copied the `Scripts`...
Fixes failure to find files in CIncludes, e.g.: ``` ### MWCPPC Usage Warning: # can't locate include directory '/Users/rschmidt/mpw/3.5::Interfaces:CIncludes:' ### MWCPPC Compiler Error: # #include # ^ # the file...
Can the `NewFolder` command be implemented? Currently I get: ``` ### MPW Shell - Command "NewFolder" was not found. ```
I don't see any occurrences of the word "license" in this repo.
`LANG=en_US` indicates MacRoman. `LANG=en_US.UTF-8` indicates UTF8. Should support UTF 8 since setting up a new MacRoman terminal and using it exclusively is annoying.